diff scanpy-scale-data.xml @ 18:22f2957da902 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ebe77c8718ec65277f4dc0d71fa5f4c5677df62d-dirty"
author ebi-gxa
date Wed, 05 May 2021 12:15:30 +0000
parents 83db723bc0e1
children f86b2c3bc459
line wrap: on
line diff
--- a/scanpy-scale-data.xml	Mon Apr 12 14:47:48 2021 +0000
+++ b/scanpy-scale-data.xml	Wed May 05 12:15:30 2021 +0000
@@ -12,6 +12,7 @@
         --max-value '${scale_max}'
     #end if
     ${zero_center}
+    @SAVE_MATRIX_OPTS@
     @INPUT_OPTS@
     @OUTPUT_OPTS@
 ]]></command>
@@ -22,6 +23,7 @@
     <param name="zero_center" type="boolean" checked="true" truevalue="" falsevalue="--no-zero-center"
            label="Zero center data before scaling"/>
     <param name="scale_max" argument="--max-value" type="float" min="0" optional="true" label="Truncate to this value after scaling"/>
+    <expand macro="save_matrix_params"/>
   </inputs>
 
   <outputs>