Mercurial > repos > bgruening > salmon
diff tool_data_table_conf.xml.sample @ 9:2c0ca397d302 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4cc21e8c47d99cee4560bb7634c859b551c4ea72-dirty
| author | bgruening |
|---|---|
| date | Sat, 27 Jul 2019 12:37:47 -0400 |
| parents | 91f3a2147127 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Thu Aug 23 15:58:26 2018 -0400 +++ b/tool_data_table_conf.xml.sample Sat Jul 27 12:37:47 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>
