5
|
1 <tool id="cpo_snippy_dist" name="cpo_snippy_dist" version="0.6">
|
|
2 <description>modified snippy-dist v0.6 to the tree drawer of the cpo_predictions workflow</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.6">snp-dists</requirement>
|
1
|
5 </requirements>
|
|
6 <command detect_errors="exit_code">
|
|
7 <![CDATA[
|
|
8 snp-dists $input > distance.tab
|
|
9 ]]></command>
|
|
10
|
|
11 <inputs>
|
|
12 <param type="data" name="input" format="fasta" />
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data name="distance.tab" format="tabular" from_work_dir="distance.tab"/>
|
|
16 </outputs>
|
|
17 <help>
|
|
18 runs snippy-dist
|
|
19 </help>
|
|
20 <citations>
|
|
21 <citation type="bibtex">
|
|
22 @misc{cpo,
|
|
23 author = {j, j},
|
|
24 year = {2018},
|
|
25 title = {cpo_prediction},
|
|
26 publisher = {j},
|
|
27 journal = {j of j},
|
|
28 url = {https://bfjia.net,
|
|
29 }</citation>
|
|
30 </citations>
|
|
31 </tool> |