comparison tool_data_table_conf.xml.sample @ 54:7191da0bc7be draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 0c8bad7554890f0f0e2c53d11e64e41fc835d920
author mvdbeek
date Sun, 28 Jul 2019 12:59:08 -0400
parents 301316cb596a
children
comparison
equal deleted inserted replaced
53:5eb0ec276ea5 54:7191da0bc7be
3 <!-- Locations of indexes in the BWA mapper format for BWA versions 0.6 and higher including BWA MEM and ALN--> 3 <!-- Locations of indexes in the BWA mapper format for BWA versions 0.6 and higher including BWA MEM and ALN-->
4 <table name="bwa_mem_indexes" comment_char="#"> 4 <table name="bwa_mem_indexes" comment_char="#">
5 <columns>value, dbkey, name, path</columns> 5 <columns>value, dbkey, name, path</columns>
6 <file path="tool-data/bwa_mem_index.loc" /> 6 <file path="tool-data/bwa_mem_index.loc" />
7 </table> 7 </table>
8 <!-- Locations of all fasta files under genome directory -->
9 <table name="all_fasta" comment_char="#">
10 <columns>value, dbkey, name, path</columns>
11 <file path="tool-data/all_fasta.loc" />
12 </table>
8 </tables> 13 </tables>