Mercurial > repos > jjjjia > cpo_prediction
diff cpo_prediction_combine.xml @ 13:a14b12a71a53 draft
planemo upload
author | jjjjia |
---|---|
date | Sat, 25 Aug 2018 20:56:37 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cpo_prediction_combine.xml Sat Aug 25 20:56:37 2018 -0400 @@ -0,0 +1,31 @@ +<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_combine.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. + </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> \ No newline at end of file