Mercurial > repos > ebi-gxa > monocle3_learngraph
changeset 2:17e74fba97fd draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 8ef74a1abb7d22b5c18611b8cdd7a5bf56c51b10"
author | ebi-gxa |
---|---|
date | Tue, 03 Mar 2020 18:02:03 -0500 |
parents | 98e99ab36505 |
children | 6b6b5a6d4021 |
files | monocle3-learnGraph.xml monocle3-macros.xml |
diffstat | 2 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/monocle3-learnGraph.xml Wed Jan 29 10:38:03 2020 -0500 +++ b/monocle3-learnGraph.xml Tue Mar 03 18:02:03 2020 -0500 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="monocle3_learnGraph" name="Monocle3 learnGraph" version="@TOOL_VERSION@+galaxy0"> +<tool id="monocle3_learnGraph" name="Monocle3 learnGraph" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>between cells in dimensionality reduced space</description> <macros> <import>monocle3-macros.xml</import> @@ -31,7 +31,7 @@ @INPUT_OPTS@ @OUTPUT_OPTS@ - + @VERBOSE@ ]]></command>
--- a/monocle3-macros.xml Wed Jan 29 10:38:03 2020 -0500 +++ b/monocle3-macros.xml Tue Mar 03 18:02:03 2020 -0500 @@ -1,9 +1,12 @@ <macros> - <token name="@TOOL_VERSION@">0.1.3</token> + <token name="@TOOL_VERSION@">0.1.4</token> + <token name="@PROFILE@">18.01</token> <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.4+galaxy0: Updated to monocle3-cli 0.0.7 to fix bug with column headers in tsv. + 0.1.3+galaxy0: Updated to monocle3-cli 0.0.5 to fix bug with tsv inputs. 0.1.2+galaxy0: Initial version based on monocle3-cli 0.0.3 and monocle3 0.1.2 @@ -25,7 +28,7 @@ <xml name="requirements"> <requirements> - <requirement type="package" version="0.0.5">monocle3-cli</requirement> + <requirement type="package" version="0.0.7">monocle3-cli</requirement> <yield/> </requirements> </xml>