Previous changeset 3:babd549eeb44 (2019-03-04) Next changeset 5:df49a08d5b95 (2019-03-04) |
Commit message:
planemo upload for repository https://github.com/dfornika/galaxytools/blob/master/tools/kraken2 commit 593a4002db3f2513974809a94db514c05fa589f6-dirty |
added:
tool_data_table_conf.xml.sample |
b |
diff -r babd549eeb44 -r d82644e75bd3 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Mar 04 16:51:12 2019 -0500 |
b |
@@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<tables> + <!-- Locations of Kraken2 database in the required format --> + <table name="kraken2_databases" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/kraken2_databases.loc" /> + </table> +</tables> |