Previous changeset 2:2fe9ebb98aad (2018-12-04) Next changeset 4:00a6be52a45a (2018-12-04) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 79f2f0e89e74348cf18602e83762a0cb26131f17 |
added:
tool_data_table_conf.xml.sample |
b |
diff -r 2fe9ebb98aad -r 7903598ccbaf tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Tue Dec 04 05:50:31 2018 -0500 |
b |
@@ -0,0 +1,8 @@ +<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> +<tables> + <!-- Location of SAMTools indexes for FASTA files --> + <table name="fasta_indexes" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/fasta_indexes.loc" /> + </table> +</tables> |