Mercurial > repos > iuc > gffcompare
diff tool_data_table_conf.xml.sample @ 3:84845ad0d35c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gffcompare commit c8a752199588db982182cbe7fffbcb8512313526
| author | iuc |
|---|---|
| date | Mon, 27 May 2019 13:53:51 -0400 |
| parents | e52ca9ad69ca |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Feb 05 15:51:05 2019 -0500 +++ b/tool_data_table_conf.xml.sample Mon May 27 13:53:51 2019 -0400 @@ -1,4 +1,9 @@ <tables> + <!-- Location of all GFF/GTF files --> + <table name="gene_sets" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/gene_sets.loc" /> + </table> <!-- Location of SAMTools indexed FASTA files --> <table name="fasta_indexes" comment_char="#"> <columns>value, dbkey, name, path</columns>
