Previous changeset 3:ef2dc754709c (2020-04-28) Next changeset 5:91980addce5e (2020-06-03) |
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d" |
modified:
monocle3-macros.xml monocle3-plotCells.xml |
b |
diff -r ef2dc754709c -r 016c39d243fb monocle3-macros.xml --- a/monocle3-macros.xml Tue Apr 28 12:34:59 2020 -0400 +++ b/monocle3-macros.xml Thu May 14 17:30:05 2020 -0400 |
[ |
@@ -4,6 +4,7 @@ <token name="@HELP@">More information can be found at https://cole-trapnell-lab.github.io/monocle3/ and https://github.com/ebi-gene-expression-group/monocle-scripts</token> <token name="@VERSION_HISTORY@"><![CDATA[ **Version history** +0.1.5+galaxy0: Updated to monocle3-cli 0.0.8 to add top marker genes and fix container plots for plotCells (only those two modules upgraded). 0.1.4+galaxy0: Updated to monocle3-cli 0.0.7 to fix bug with column headers in tsv. |
b |
diff -r ef2dc754709c -r 016c39d243fb monocle3-plotCells.xml --- a/monocle3-plotCells.xml Tue Apr 28 12:34:59 2020 -0400 +++ b/monocle3-plotCells.xml Thu May 14 17:30:05 2020 -0400 |
[ |
@@ -1,10 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="monocle3_plotCells" name="Monocle3 plotCells" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> +<tool id="monocle3_plotCells" name="Monocle3 plotCells" version="0.1.5+galaxy0" profile="@PROFILE@"> <description> in the reduced dimensionality space</description> <macros> <import>monocle3-macros.xml</import> </macros> - <expand macro="requirements"/> + <requirements> + <requirement type="package" version="0.0.8">monocle3-cli</requirement> + </requirements> <command detect_errors="exit_code"><![CDATA[ LANG=en_US.UTF-8 monocle3 plotCells --reduction-method '$(reduction_method)' |