Skip to content

Commit

Permalink
Taxonkit (galaxyproject#6245)
Browse files Browse the repository at this point in the history
* fix sample data and sample tests

* fix tests
  • Loading branch information
bgruening authored Aug 15, 2024
1 parent 048d285 commit 5607ad5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tools/taxonkit/tool-data/ncbi_taxonomy.loc.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#value name path
test-db-tox "Test Database" ${__HERE__}/test-db
#value name path
2 changes: 1 addition & 1 deletion tools/taxonkit/tool_data_table_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<!-- Locations of taxonomy data downloaded from NCBI -->
<table name="ncbi_taxonomy" comment_char="#">
<columns>value, name, path</columns>
<file path="${__HERE__}/test-data/ncbi_taxonomy.loc.test" />
<file path="tool-data/ncbi_taxonomy.loc" />
</table>
</tables>
8 changes: 8 additions & 0 deletions tools/taxonkit/tool_data_table_conf.xml.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<tables>
<!-- Locations of taxonomy data downloaded from NCBI -->
<table name="ncbi_taxonomy" comment_char="#">
<columns>value, name, path</columns>
<file path="${__HERE__}/test-data/ncbi_taxonomy.loc.test" />
</table>
</tables>

0 comments on commit 5607ad5

Please sign in to comment.