Mercurial > repos > iuc > length_and_gc_content
diff tool_data_table_conf.xml.sample @ 1:f088370d2a3c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 0a56599c36b4968095ec5a3cb589f94fb139466c
author | iuc |
---|---|
date | Sun, 28 Jan 2018 04:04:58 -0500 |
parents | 2ca1baabdae0 |
children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Thu Nov 17 16:41:06 2016 -0500 +++ b/tool_data_table_conf.xml.sample Sun Jan 28 04:04:58 2018 -0500 @@ -1,7 +1,12 @@ <tables> <!-- Locations of all fasta files under genome directory --> - <table name="all_fasta" comment_char="#"> + <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_fasta.loc" /> </table> + <!-- Locations of all gtf files with annotations of genome builds --> + <table name="gene_sets" comment_char="#" allow_duplicate_entries="False"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/gene_sets.loc" /> + </table> </tables>