# HG changeset patch
# User ebi-gxa
# Date 1587741525 0
# Node ID f16b1ff09f7b3d26a074f3e4c3b4c5268e2a3977
# Parent e361215485736a196574416beff8a1b4ee690bb7
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 241c850301f8094f6aa0016e2335a8b550c29aed"
diff -r e36121548573 -r f16b1ff09f7b scpred_get_feature_space.xml
--- a/scpred_get_feature_space.xml Thu Apr 16 09:30:07 2020 +0000
+++ b/scpred_get_feature_space.xml Fri Apr 24 15:18:45 2020 +0000
@@ -5,7 +5,15 @@
+ scpred_get_feature_space.R --input-object '${input_object}' --prediction-column '${prediction_column}' --output-path '${output_obj_path}'
+
+ #if $explained_var_limit
+ --explained-var-limit '${explained_var_limit}'
+ #end if
+ #if $eigenvalue_plot_path
+ --eigenvalue-plot-path '${eigenvalue_plot_path}'
+ #end if
+ ]]>
diff -r e36121548573 -r f16b1ff09f7b scpred_macros.xml
--- a/scpred_macros.xml Thu Apr 16 09:30:07 2020 +0000
+++ b/scpred_macros.xml Fri Apr 24 15:18:45 2020 +0000
@@ -4,7 +4,7 @@
18.01
- scpred-cli
+ scpred-cli