-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpo_prediction_combine.xml
32 lines (32 loc) · 1022 Bytes
/
cpo_prediction_combine.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<tool id="cpo_prediction_combiner" name="cpo_prediction_combiner" version="0.1.0">
<description>This tool combines a collection result from cpo_prediction_parser into 1 file</description>
<requirements>
<requirement type="package" version="3.6">python</requirement>
</requirements>
<command detect_errors="exit_code">
<![CDATA[
bash '$__tool_directory__/cpo_combiner.sh' '$indirs'
]]>
</command>
<inputs>
<param name="indirs" type="data" multiple="true" format="tabular"/>
</inputs>
<outputs>
<data name="combinedSummary" format="tabular" from_work_dir="combined.tsv"/>
</outputs>
<help>
This tool combines multiple single prediction outputs together into one.
required input: collection of results from cpo_galaxy_predictions.
</help>
<citations>
<citation type="bibtex">
@misc{cpo,
author = {j, j},
year = {2018},
title = {cpo_prediction},
publisher = {j},
journal = {j of j},
url = {https://bfjia.net,
}</citation>
</citations>
</tool>