Mercurial > repos > thondeboer > neat_genreads
diff tool_data_table_conf.xml.sample @ 10:7d10b55965c9 draft default tip
planemo upload commit e96b43f96afce6a7b7dfd4499933aad7d05c955e-dirty
author | thondeboer |
---|---|
date | Wed, 16 May 2018 17:02:51 -0400 |
parents | 6e75a84e9338 |
children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Wed May 16 02:05:26 2018 -0400 +++ b/tool_data_table_conf.xml.sample Wed May 16 17:02:51 2018 -0400 @@ -1,7 +1,7 @@ <tables> - <!-- Locations of all fasta files under genome directory --> - <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> + <!-- Locations of all sam indexes under genome directory --> + <table name="fasta_indexes" comment_char="#"> <columns>value, dbkey, name, path</columns> - <file path="tool-data/all_fasta.loc" /> + <file path="tool-data/fasta_indexes.loc" /> </table> </tables>