Mercurial > repos > bgruening > salmon
diff tool_data_table_conf.xml.sample @ 11:c320b539ff54 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4cc21e8c47d99cee4560bb7634c859b551c4ea72
author | bgruening |
---|---|
date | Thu, 25 Jul 2019 15:45:02 -0400 |
parents | 1e987317bf3a |
children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Thu Aug 23 15:58:10 2018 -0400 +++ b/tool_data_table_conf.xml.sample Thu Jul 25 15:45:02 2019 -0400 @@ -1,6 +1,7 @@ <tables> - <table name="salmon_indexes" comment_char="#"> - <columns>value, name, path</columns> - <file path="tool-data/salmon_indexes.loc" /> + <!-- Locations of indexes in salmon mapper format --> + <table name="salmon_indexes_versioned" comment_char="#" allow_duplicate_entries="False"> + <columns>value, dbkey, name, path, version</columns> + <file path="tool-data/salmon_indexes_versioned.loc" /> </table> </tables>