Skip to content

Commit c2e0c7b

Browse files
authored
Merge pull request #110 from apcamargo/update-fix-taxdump
Update URL to the `fix_taxdump.py` script
2 parents 757f27d + 4a53e65 commit c2e0c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ Attention:
17201720
2. The generated TaxIds are not consecutive numbers, however some tools like MMSeqs2
17211721
required this, you can use the script below for convertion:
17221722
1723-
https://github.com/apcamargo/ictv-mmseqs2-protein-database/blob/master/fix_taxdump.py
1723+
https://github.com/apcamargo/ictv-mmseqs2-protein-database/blob/master/scripts/fix_taxdump.py
17241724
17251725
3. We only check and eliminate taxid collision within a single version of taxonomy data.
17261726
Therefore, if you create taxid-changelog with "taxid-changelog", different taxons

taxonkit/cmd/create-taxdump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Attention:
6363
2. The generated TaxIds are not consecutive numbers, however some tools like MMSeqs2
6464
required this, you can use the script below for convertion:
6565
66-
https://github.com/apcamargo/ictv-mmseqs2-protein-database/blob/master/fix_taxdump.py
66+
https://github.com/apcamargo/ictv-mmseqs2-protein-database/blob/master/scripts/fix_taxdump.py
6767
6868
3. We only check and eliminate taxid collision within a single version of taxonomy data.
6969
Therefore, if you create taxid-changelog with "taxid-changelog", different taxons

0 commit comments

Comments
 (0)