comparison tool_data_table_conf.xml.test @ 5:5ab25caa7b7d 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 17:19:38 -0500
parents
children
comparison
equal deleted inserted replaced
4:a9aa093e2392 5:5ab25caa7b7d
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>