Mercurial > repos > ebi-gxa > scpred_preprocess_data
comparison scpred_preprocess_data.xml @ 1:39b208cca9f1 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
| author | ebi-gxa |
|---|---|
| date | Wed, 29 Apr 2020 16:35:01 +0000 |
| parents | 0cd6c851ccfe |
| children | cb4ebb47c3b9 |
comparison
equal
deleted
inserted
replaced
| 0:0cd6c851ccfe | 1:39b208cca9f1 |
|---|---|
| 1 <tool id="scpred_preprocess_data" name="Scpred pre-process" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | 1 <tool id="scpred_preprocess_data" name="Scpred pre-process" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
| 2 <description>Pre-process input dataset (no train/test split)</description> | 2 <description>Pre-process input dataset (no train/test split)</description> |
| 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_preprocess_data.R --input-sce-object "${input_sce_object}" --normalised-counts-slot "${norm_counts_slot}" --output-matrix-object "${output_mat_object}" --output-labels "${output_labels}" ]]></command> | 8 scpred_preprocess_data.R --input-sce-object "${input_sce_object}" --output-matrix-object "${output_mat_object}" |
| 9 | |
| 10 #if $norm_counts_slot | |
| 11 --normalised-counts-slot "${norm_counts_slot}" | |
| 12 #end if | |
| 13 #if $output_labels | |
| 14 --output-labels "${output_labels}" | |
| 15 #end if | |
| 16 | |
| 17 ]]></command> | |
| 9 <inputs> | 18 <inputs> |
| 10 <param type="data" name="input_sce_object" label="SCE object containing expression data" format="rdata" help="File with serialized SingleCellExperiment object that contains expression matrix" /> | 19 <param type="data" name="input_sce_object" label="SCE object containing expression data" format="rdata" help="File with serialized SingleCellExperiment object that contains expression matrix" /> |
| 11 <param type="text" name="norm_counts_slot" value="normcounts" label="Normalised counts slot" help="Slot containing normalised counts in input SCE object" /> | 20 <param type="text" name="norm_counts_slot" value="normcounts" label="Normalised counts slot" help="Slot containing normalised counts in input SCE object" /> |
| 12 </inputs> | 21 </inputs> |
| 13 <outputs> | 22 <outputs> |
