comparison tool_data_table_conf.xml.sample @ 17:1b03f6232900 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit fdd0811efc61c31f88ff17096fbe8ee8cfacd766-dirty
author mvdbeek
date Fri, 26 Feb 2016 08:49:59 -0500
parents 8d08f14b82fd
children
comparison
equal deleted inserted replaced
16:8ce951313688 17:1b03f6232900
1 <tables> 1 <tables>
2 <!-- Locations of all fasta files under genome directory --> 2 <!-- Location of Picard dict file and other files -->
3 <table name="all_fasta" comment_char="#"> 3 <table name="go_genomes" comment_char="#">
4 <columns>value, dbkey, name, path</columns> 4 <columns>value, name</columns>
5 <file path="tool-data/all_fasta.loc" /> 5 <file path="${__HERE__}/test-data/genomes.loc" />
6 </table>
7 <table name="go_gene_ids" comment_char="#">
8 <columns>value, name</columns>
9 <file path="${__HERE__}/test-data/gene_ids.loc" />
6 </table> 10 </table>
7 </tables> 11 </tables>