Mercurial > repos > iuc > pizzly
comparison tool_data_table_conf.xml.sample @ 1:91ef4a171202 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pizzly/ commit 0ad49d906b38e290b860310e73b1f8585ac65d09
author | iuc |
---|---|
date | Tue, 03 Oct 2017 18:04:46 -0400 |
parents | f7556cfa4047 |
children |
comparison
equal
deleted
inserted
replaced
0:f7556cfa4047 | 1:91ef4a171202 |
---|---|
1 <tables> | 1 <tables> |
2 <!-- Locations of all fasta files under genome directory --> | 2 <!-- Locations of transcriptome fasta files --> |
3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> | 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 --> | 7 <!-- Locations of all gtf files with annotations of genome builds --> |
8 <table name="all_gtf" comment_char="#" allow_duplicate_entries="False"> | 8 <table name="gene_sets" comment_char="#" allow_duplicate_entries="False"> |
9 <columns>value, dbkey, name, path</columns> | 9 <columns>value, dbkey, name, path</columns> |
10 <file path="tool-data/all_gtf.loc" /> | 10 <file path="tool-data/gene_sets.loc" /> |
11 </table> | 11 </table> |
12 </tables> | 12 </tables> |