Mercurial > repos > iuc > data_manager_bwameth_index_builder
comparison tool_data_table_conf.xml.test @ 4:ecd6bdddcdec draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 2c7b238779034cd7b6f459aa972db636af970525"
| author | iuc |
|---|---|
| date | Mon, 03 Feb 2020 22:19:16 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:d1c0b1f0c67e | 4:ecd6bdddcdec |
|---|---|
| 1 <tables> | |
| 2 <!-- Locations of all fasta files under genome directory --> | |
| 3 <table name="all_fasta" comment_char="#"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="${__HERE__}/test-data/all_fasta.loc" /> | |
| 6 </table> | |
| 7 <!-- Locations of indexes in the BWA mapper format for BWA versions 0.6 and higher including BWA MEM and ALN--> | |
| 8 <table name="bwameth_indexes" comment_char="#"> | |
| 9 <columns>value, dbkey, name, path</columns> | |
| 10 <file path="${__HERE__}/test-data/bwameth_indexes.loc" /> | |
| 11 </table> | |
| 12 </tables> |
