Mercurial > repos > jjohnson > transindel
view tool_data_table_conf.xml.sample @ 1:8dd9f237ed5f draft
"planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/transindel commit e47cf494faf34777290b654b3ae46c1d64cc1747-dirty"
author | jjohnson |
---|---|
date | Fri, 27 Mar 2020 11:51:43 -0400 |
parents | |
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>