1
|
1 <tool id="cpo_clustalw" name="cpo_clustalw" version="2.1">
|
5
|
2 <description>Modified version of clustalw2 v2.1 to produce NJ trees from an SNIPPY produced alignment</description>
|
1
|
3 <requirements>
|
|
4 <requirement type="package" version="2.1">clustalw</requirement>
|
|
5 </requirements>
|
|
6 <command detect_errors="exit_code">
|
|
7 <![CDATA[
|
6
|
8 clustalw2 -tree -infile=$input && mv `ls $input | cut -d$'.' -f 1`.ph ./result.ph
|
1
|
9 ]]>
|
|
10 </command>
|
|
11 <inputs>
|
|
12 <param name="input" type="data" format="fasta" label="Input" help="FASTA file with contig(s)"/>
|
|
13 </inputs>
|
|
14 <outputs>
|
6
|
15 <data name="phylip" format="txt" from_work_dir="result.ph"/>
|
1
|
16 </outputs>
|
|
17 <help>
|
6
|
18 clustalw2 -tree -infile=$input -outputtree=nj
|
1
|
19 </help>
|
|
20 <citations>
|
|
21 <citation type="bibtex">
|
|
22 @misc{githubmob-suite,
|
|
23 author = {Robertson J, Nash J},
|
|
24 title = {MOB-Suite: Software tools for clustering, reconstruction and typing of plasmids from draft assemblies.},
|
|
25 publisher = {GitHub},
|
|
26 journal = {GitHub repository},
|
|
27 doi = {10.1099/mgen.0.000206},
|
|
28 url = {https://github.com/phac-nml/mob-suite}
|
|
29 }</citation>
|
|
30 </citations>
|
6
|
31 </tool> |