# HG changeset patch # User ebi-gxa # Date 1588178101 0 # Node ID 39b208cca9f11755fc61eacc1793b285124f9f39 # Parent 0cd6c851ccfeef25e95447301f06a18d210feec9 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933" diff -r 0cd6c851ccfe -r 39b208cca9f1 scpred_preprocess_data.xml --- a/scpred_preprocess_data.xml Mon Apr 27 13:22:44 2020 +0000 +++ b/scpred_preprocess_data.xml Wed Apr 29 16:35:01 2020 +0000 @@ -1,11 +1,20 @@ - + Pre-process input dataset (no train/test split) scpred_macros.xml + scpred_preprocess_data.R --input-sce-object "${input_sce_object}" --output-matrix-object "${output_mat_object}" + + #if $norm_counts_slot + --normalised-counts-slot "${norm_counts_slot}" + #end if + #if $output_labels + --output-labels "${output_labels}" + #end if + + ]]>