Mercurial > repos > jjohnson > transindel
view tool_data_table_conf.xml.sample @ 3:eddf2f556a92 draft default tip
"planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/transindel commit af32e767fd29667d3e29f1a202ad59d3dd498c84-dirty"
author | jjohnson |
---|---|
date | Mon, 30 Mar 2020 22:06:19 -0400 |
parents | 8dd9f237ed5f |
children |
line wrap: on
line source
<tables> <!-- Locations of transcriptome fasta files --> <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>