Repository 'monocle3_diffexp'
hg clone https://toolshed.g2.bx.psu.edu/repos/ebi-gxa/monocle3_diffexp

Changeset 2:a7d4f80d1265 (2020-03-03)
Previous changeset 1:f91ddb6bc4ff (2020-01-29) Next changeset 3:c5665e286bcf (2020-04-28)
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 8ef74a1abb7d22b5c18611b8cdd7a5bf56c51b10"
modified:
monocle3-diffExp.xml
monocle3-macros.xml
b
diff -r f91ddb6bc4ff -r a7d4f80d1265 monocle3-diffExp.xml
--- a/monocle3-diffExp.xml Wed Jan 29 10:38:45 2020 -0500
+++ b/monocle3-diffExp.xml Tue Mar 03 18:01:17 2020 -0500
b
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<tool id="monocle3_diffExp" name="Monocle3 diffExp" version="@TOOL_VERSION@+galaxy0">
+<tool id="monocle3_diffExp" name="Monocle3 diffExp" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
   <description> of genes along a trajectory</description>
   <macros>
     <import>monocle3-macros.xml</import>
@@ -17,7 +17,7 @@
 
     @INPUT_OPTS@
     output.tsv
-    
+
     @VERBOSE@
 ]]></command>
 
b
diff -r f91ddb6bc4ff -r a7d4f80d1265 monocle3-macros.xml
--- a/monocle3-macros.xml Wed Jan 29 10:38:45 2020 -0500
+++ b/monocle3-macros.xml Tue Mar 03 18:01:17 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>