You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://doi.org/10.1186/s12859-021-04451-7)
4
4
[](https://doi.org/10.1002/cpz1.733)
The post-ntLink scaffolds file will have the suffix `*ntLink.scaffolds.fa`
79
79
80
-
See our [wiki](https://github.com/bcgsc/ntLink/wiki) for more information about output file formats.
80
+
See our [wiki](https://github.com/BirolLab/ntLink/wiki) for more information about output file formats.
81
81
82
82
83
83
### Gap-filling
@@ -100,7 +100,7 @@ See the wiki page for more details.
100
100
To only run the pairing stage of `ntLink` (the stage where the long reads are mapped to the contigs), use the `pair` target for the `ntLink` command. The mappings can also be output in PAF-like format by specifying `paf=True`.
101
101
102
102
103
-
**For more information about the ntLink algorithm and tips for running ntLink see our [wiki](https://github.com/bcgsc/ntLink/wiki)**
103
+
**For more information about the ntLink algorithm and tips for running ntLink see our [wiki](https://github.com/BirolLab/ntLink/wiki)**
104
104
105
105
## Installation
106
106
ntLink is available from conda and homebrew package managers.
@@ -117,7 +117,7 @@ To only run the pairing stage of `ntLink` (the stage where the long reads are ma
117
117
118
118
Installing from source code:
119
119
```
120
-
curl -L --output ntLink-1.3.11.tar.gz https://github.com/bcgsc/ntLink/releases/download/v1.3.11/ntLink-1.3.11.tar.gz && tar xvzf ntLink-1.3.11.tar.gz
120
+
curl -L --output ntLink-1.3.11.tar.gz https://github.com/BirolLab/ntLink/releases/download/v1.3.11/ntLink-1.3.11.tar.gz && tar xvzf ntLink-1.3.11.tar.gz
121
121
```
122
122
123
123
#### Testing your installation
@@ -130,8 +130,8 @@ The expected output files can be found in: `tests/expected_outputs`
0 commit comments