Mercurial > repos > jjohnson > transindel
view tool_data_table_conf.xml.sample @ 2:42d0c1c21cd4 draft
"planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/transindel commit 057ed8ab513cdb8d8b36929a82ea75f7ddc7889d-dirty"
author | jjohnson |
---|---|
date | Fri, 27 Mar 2020 12:06:25 -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>