-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #612 from mvdbeek/fix_kraken2tax_deps
Fix kraken2tax requirements and add test
- Loading branch information
Showing
9 changed files
with
45 additions
and
6,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,416 changes: 1 addition & 3,415 deletions
3,416
tool_collections/taxonomy/kraken2tax/test-data/kraken2tax-test1.txt
Large diffs are not rendered by default.
Oops, something went wrong.
3,414 changes: 0 additions & 3,414 deletions
3,414
tool_collections/taxonomy/kraken2tax/test-data/kraken2tax.txt
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
tool_collections/taxonomy/kraken2tax/test-data/ncbi_taxonomy.loc.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#value #name path | ||
test test ${__HERE__}/tax_dir |
20 changes: 20 additions & 0 deletions
20
tool_collections/taxonomy/kraken2tax/test-data/tax_dir/names.dmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
1 | all | | synonym | | ||
1 | root | | scientific name | | ||
2 | Bacteria | Bacteria <prokaryote> | scientific name | | ||
2 | Monera | Monera <Bacteria> | in-part | | ||
2 | Procaryotae | Procaryotae <Bacteria> | in-part | | ||
2 | Prokaryota | Prokaryota <Bacteria> | in-part | | ||
2 | Prokaryotae | Prokaryotae <Bacteria> | in-part | | ||
2 | bacteria | bacteria <blast2> | blast name | | ||
2 | eubacteria | | genbank common name | | ||
2 | not Bacteria Haeckel 1894 | | synonym | | ||
2 | prokaryote | prokaryote <Bacteria> | in-part | | ||
2 | prokaryotes | prokaryotes <Bacteria> | in-part | | ||
6 | Azorhizobium | | scientific name | | ||
6 | Azorhizobium Dreyfus et al. 1988 emend. Lang et al. 2013 | | authority | | ||
6 | Azotirhizobium | | misspelling | | ||
7 | ATCC 43989 | | type material | | ||
7 | Azorhizobium caulinodans | | scientific name | | ||
7 | Azorhizobium caulinodans Dreyfus et al. 1988 | | synonym | | ||
7 | Azotirhizobium caulinodans | | equivalent name | | ||
7 | CCUG 26647 | | type material | |
4 changes: 4 additions & 0 deletions
4
tool_collections/taxonomy/kraken2tax/test-data/tax_dir/nodes.dmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1 | 1 | no rank | | 8 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | | | ||
2 | 2 | superkingdom | | 0 | 0 | 11 | 0 | 0 | 0 | 0 | 0 | | | ||
6 | 6 | genus | | 0 | 1 | 11 | 1 | 0 | 1 | 0 | 0 | | | ||
7 | 7 | species | AC | 0 | 1 | 11 | 1 | 0 | 1 | 1 | 0 | | |
8 changes: 8 additions & 0 deletions
8
tool_collections/taxonomy/kraken2tax/tool_data_table_conf.xml.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<tables> | ||
<!-- Locations of Kraken database in the required format --> | ||
<table name="ncbi_taxonomy" comment_char="#"> | ||
<columns>value, name, path</columns> | ||
<file path="${__HERE__}/test-data/ncbi_taxonomy.loc.test" /> | ||
</table> | ||
</tables> |