# HG changeset patch # User ebi-gxa # Date 1588178528 14400 # Node ID 03b45c148df77af7e873b8ce4be998d8337169f2 # Parent ec6d9a9fb2732cb57fed716fbd010acc8fbd4cc0 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933" diff -r ec6d9a9fb273 -r 03b45c148df7 scpred_preprocess_data.xml --- a/scpred_preprocess_data.xml Mon Apr 27 09:43:08 2020 -0400 +++ b/scpred_preprocess_data.xml Wed Apr 29 12:42:08 2020 -0400 @@ -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 + + ]]>