comparison scpred_get_std_output.xml @ 1:a7bf1d2b310b draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 241c850301f8094f6aa0016e2335a8b550c29aed"
author ebi-gxa
date Fri, 24 Apr 2020 11:27:42 -0400
parents 156b1e9cc269
children 138d00a58412
comparison
equal deleted inserted replaced
0:156b1e9cc269 1:a7bf1d2b310b
3 <macros> 3 <macros>
4 <import>scpred_macros.xml</import> 4 <import>scpred_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <command detect_errors="exit_code"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 scpred_get_std_output.R --predictions-file "${predictions_file}" --get-scores "${get_scores}" --output-table "${output_table}" 8 scpred_get_std_output.R --predictions-file "${predictions_file}" --get-scores "${get_scores}" --classifier '${classifier}' --output-table "${output_table}"
9 ]]></command> 9 ]]></command>
10 <inputs> 10 <inputs>
11 <param type="data" name="predictions_file" label="Predictions file" format="txt" help="Path to the predictions file in text format" /> 11 <param type="data" name="predictions_file" label="Predictions file" format="txt" help="Path to the predictions file in text format" />
12 <param type="data" name="classifier" label="Classifier object" format="rdata" help="Path to the classifier object used to obtain predictions" />
12 <param type="boolean" checked="false" name="get_scores" label="Get scores" help="Boolean: should the prediction scores be included? default: FALSE" /> 13 <param type="boolean" checked="false" name="get_scores" label="Get scores" help="Boolean: should the prediction scores be included? default: FALSE" />
13 </inputs> 14 </inputs>
14 <outputs> 15 <outputs>
15 <data name="output_table" format="txt" /> 16 <data name="output_table" format="txt" />
16 </outputs> 17 </outputs>