Mercurial > repos > iuc > gffcompare
comparison tool_data_table_conf.xml.test @ 3:84845ad0d35c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gffcompare commit c8a752199588db982182cbe7fffbcb8512313526
| author | iuc |
|---|---|
| date | Mon, 27 May 2019 13:53:51 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:66f066ca5d60 | 3:84845ad0d35c |
|---|---|
| 1 <tables> | |
| 2 <!-- Location of all GFF/GTF files --> | |
| 3 <table name="gene_sets" comment_char="#"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="${__HERE__}/test-data/gene_sets.loc" /> | |
| 6 </table> | |
| 7 <!-- Location of SAMTools indexed FASTA files --> | |
| 8 <table name="fasta_indexes" comment_char="#"> | |
| 9 <columns>value, dbkey, name, path</columns> | |
| 10 <file path="${__HERE__}/test-data/fasta_indexes.loc" /> | |
| 11 </table> | |
| 12 </tables> |
