Mercurial > repos > iuc > pizzly
comparison tool_data_table_conf.xml.sample @ 0:6095717c185d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pizzly/ commit a9f602d697c570bc40c6b6ab8e873a11e0eb703d
| author | iuc |
|---|---|
| date | Wed, 13 Sep 2017 22:40:39 -0400 |
| parents | |
| children | 3658798275bd |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6095717c185d |
|---|---|
| 1 <tables> | |
| 2 <!-- Locations of all fasta files under genome directory --> | |
| 3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="tool-data/all_fasta.loc" /> | |
| 6 </table> | |
| 7 <!-- Locations of all gtf files with annotations of genome builds --> | |
| 8 <table name="all_gtf" comment_char="#" allow_duplicate_entries="False"> | |
| 9 <columns>value, dbkey, name, path</columns> | |
| 10 <file path="tool-data/all_gtf.loc" /> | |
| 11 </table> | |
| 12 </tables> |
