comparison snv_matrix.xml @ 1:4d3e3d7aa0c4 draft default tip

"planemo upload for repository https://github.com/phac-nml/snvphyl-galaxy commit 57067916cb7b9c5b65c1da59d4bbb846c3e3af2f"
author nml
date Tue, 23 Jun 2020 10:27:34 -0400
parents 317ba2ee501d
children
comparison
equal deleted inserted replaced
0:317ba2ee501d 1:4d3e3d7aa0c4
1 <tool id="snvmatrix" name="SNV Matrix" version ="1.8.2"> 1 <tool id="snvmatrix" name="SNV Matrix" version ="@VERSION@+galaxy1">
2 <description>Create SNV matrix from Phylip file</description> 2 <description>Create SNV matrix from Phylip file</description>
3 <requirements> 3 <macros>
4 <requirement type="package" version="1.8.2">snvphyl-tools</requirement> 4 <import>macros.xml</import>
5 </requirements> 5 </macros>
6 <expand macro="requirements"/>
6 <command detect_errors="exit_code"> 7 <command detect_errors="exit_code">
7 snv_matrix.pl $phylip 8 snv_matrix.pl $phylip
8 -o $out 9 -o $out
9 </command> 10 </command>
10 <inputs> 11 <inputs>
32 33
33 **Parameters** 34 **Parameters**
34 - Phylip file: Phylogenetic file (.ph, .phy) 35 - Phylip file: Phylogenetic file (.ph, .phy)
35 36
36 </help> 37 </help>
37 <citations> 38 <expand macro="citations"/>
38 </citations>
39 </tool> 39 </tool>