changeset 2:b1e8e8a9297c 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 15:15:05 +0000
parents e3479940c273
children 69bc29f97334
files scmap_index_cluster.xml scmap_macros.xml
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scmap_index_cluster.xml	Thu Apr 16 09:25:52 2020 +0000
+++ b/scmap_index_cluster.xml	Fri Apr 24 15:15:05 2020 +0000
@@ -5,10 +5,14 @@
     </macros>
     <expand macro="requirements" />
     <command detect_errors="exit_code"><![CDATA[
-        scmap-preprocess-sce.R --input-object "${input_single_cell_experiment}" --output-sce-object "${input_single_cell_experiment}.preprocessed" && scmap-index-cluster.R --input-object-file "${input_single_cell_experiment}" --cluster-col '$cluster_col' --output-object-file '$output_single_cell_experiment' --output-plot-file '$plot'
+        scmap-preprocess-sce.R --input-object "${input_single_cell_experiment}" --output-sce-object sce_object_preprocessed.rds && scmap-index-cluster.R --input-object-file sce_object_preprocessed.rds --cluster-col '$cluster_col' --output-object-file '$output_single_cell_experiment' --output-plot-file '$plot'
+        #if $train_id
+        --train-id '${train_id}' 
+        #end if
     ]]></command>
     <inputs>
         <param type="data" name="input_single_cell_experiment" label="SingleCellExperiment object" format="rdata" help="File with serialized SingleCellExperiment object as produced by 'scmap select features'" />
+        <param type="text" name="train_id" label="Dataset ID" help="ID of the training dataset" />
         <param name="cluster_col" type="text" label="Cluster column" value="cell_type1" help="Column name in the 'colData' slot of the SingleCellExperiment object containing the cell classification information." />
     </inputs>
     <outputs>
--- a/scmap_macros.xml	Thu Apr 16 09:25:52 2020 +0000
+++ b/scmap_macros.xml	Fri Apr 24 15:15:05 2020 +0000
@@ -4,7 +4,7 @@
     <token name="@PROFILE@">18.01</token>
     <xml name="requirements">
       <requirements>
-        <requirement type="package" version="0.0.5">scmap-cli</requirement>
+        <requirement type="package" version="0.0.8">scmap-cli</requirement>
             <yield/>
       </requirements>
     </xml>