13
|
1 <tool id="cpo_prediction_combiner" name="cpo_prediction_combiner" version="0.1.0">
|
|
2 <description>This tool combines a collection result from cpo_prediction_parser into 1 file</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="3.6">python</requirement>
|
|
5 </requirements>
|
|
6 <command detect_errors="exit_code">
|
|
7 <![CDATA[
|
|
8 bash '$__tool_directory__/cpo_combine.sh' '$indirs'
|
|
9 ]]>
|
|
10 </command>
|
|
11 <inputs>
|
|
12 <param name="indirs" type="data" multiple="true" format="tabular"/>
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data name="combinedSummary" format="tabular" from_work_dir="combined.tsv"/>
|
|
16 </outputs>
|
|
17 <help>
|
|
18 This tool combines multiple single prediction outputs together into one.
|
|
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> |