|
1 | | -[](https://github.com/bcgsc/ntJoin/releases) |
2 | | -[](https://github.com/bcgsc/ntJoin/issues) |
| 1 | +[](https://github.com/BirolLab/ntJoin/releases) |
| 2 | +[](https://github.com/BirolLab/ntJoin/issues) |
3 | 3 | [](https://anaconda.org/bioconda/ntjoin) |
4 | 4 | [](https://doi.org/10.1093/bioinformatics/btaa253) |
5 | 5 |
|
6 | | - |
| 6 | + |
7 | 7 |
|
8 | 8 | # ntJoin |
9 | 9 |
|
@@ -39,7 +39,7 @@ Design and implementation: Lauren Coombe |
39 | 39 |
|
40 | 40 | ### Citing ntJoin |
41 | 41 |
|
42 | | -Thank you for your [](https://github.com/bcgsc/ntJoin/stargazers) and for using, developing and promoting this free software! |
| 42 | +Thank you for your [](https://github.com/BirolLab/ntJoin/stargazers) and for using, developing and promoting this free software! |
43 | 43 |
|
44 | 44 | If you use ntJoin in your research, please cite: |
45 | 45 |
|
@@ -131,15 +131,9 @@ ntJoin assemble target=my_scaffolds.fa target_weight=1 reference_config=config_f |
131 | 131 | conda install -c bioconda -c conda-forge ntjoin=1.1.5 |
132 | 132 | ``` |
133 | 133 |
|
134 | | -#### Installing ntJoin using Brew |
135 | | -ntJoin can be installed using [Homebrew](https://brew.sh) on macOS or [Linuxbrew](http://linuxbrew.sh) on Linux: |
136 | | -```sh |
137 | | -brew install brewsci/bio/ntjoin |
138 | | -``` |
139 | | - |
140 | 134 | #### Installing ntJoin from the source code |
141 | 135 | ```sh |
142 | | -curl -L --output ntJoin-1.1.5.tar.gz https://github.com/bcgsc/ntJoin/releases/download/v1.1.5/ntJoin-1.1.5.tar.gz && tar xvzf ntJoin-1.1.5.tar.gz |
| 136 | +curl -L --output ntJoin-1.1.5.tar.gz https://github.com/BirolLab/ntJoin/releases/download/v1.1.5/ntJoin-1.1.5.tar.gz && tar xvzf ntJoin-1.1.5.tar.gz |
143 | 137 | ``` |
144 | 138 |
|
145 | 139 | ## Dependencies |
|
0 commit comments