comparison tool_data_table_conf.xml.sample @ 1:5f22a5dbc280 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:03:49 -0500
parents 8ac63f45df7c
children
comparison
equal deleted inserted replaced
0:8ac63f45df7c 1:5f22a5dbc280
1 <tables> 1 <tables>
2 <!-- Locations of all fasta files under genome directory --> 2 <!-- Locations of all fasta files under genome directory -->
3 <table name="all_fasta" comment_char="#"> 3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
4 <columns>value, dbkey, name, path</columns> 4 <columns>value, dbkey, name, path</columns>
5 <file path="tool-data/all_fasta.loc" /> 5 <file path="tool-data/all_fasta.loc" />
6 </table> 6 </table>
7 <!-- Locations of all gtf files with annotations of genome builds -->
8 <table name="gene_sets" comment_char="#" allow_duplicate_entries="False">
9 <columns>value, dbkey, name, path</columns>
10 <file path="tool-data/gene_sets.loc" />
11 </table>
7 </tables> 12 </tables>