# HG changeset patch # User ebi-gxa # Date 1580312303 18000 # Node ID 0869b0264af19a198b2da7f9248438496e670553 # Parent 384b9bcf2807a62e0a1a15c38bbcc211f4391e90 planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 08ac0ad9182623944c4546f8ea8db6a1a537f7eb diff -r 384b9bcf2807 -r 0869b0264af1 monocle3-macros.xml --- a/monocle3-macros.xml Mon Sep 16 09:50:29 2019 -0400 +++ b/monocle3-macros.xml Wed Jan 29 10:38:23 2020 -0500 @@ -1,9 +1,11 @@ - 0.1.2 + 0.1.3 More information can be found at https://cole-trapnell-lab.github.io/monocle3/ and https://github.com/ebi-gene-expression-group/monocle-scripts @@ -23,7 +25,7 @@ - monocle3-cli + monocle3-cli @@ -57,7 +59,7 @@ - + diff -r 384b9bcf2807 -r 0869b0264af1 monocle3-preprocess.xml --- a/monocle3-preprocess.xml Mon Sep 16 09:50:29 2019 -0400 +++ b/monocle3-preprocess.xml Wed Jan 29 10:38:23 2020 -0500 @@ -16,7 +16,7 @@ --use-genes '${use_genes}' #end if #if $residual_model_formula_str - --residual-model-formula-str '~${residual_model_formula_str}' + --residual-model-formula-str '${residual_model_formula_str}' #end if #if $pseudo_count --pseudo-count '${pseudo_count}' @@ -44,7 +44,11 @@ - + + + + +