Repository 'cuffnorm'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/cuffnorm

Changeset 3:f5b2ee725d34 (2017-02-19)
Previous changeset 2:f8fdf50e0b3b (2017-02-07) Next changeset 4:6cbfede05833 (2020-06-16)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
modified:
cuff_macros.xml
cuffnorm_wrapper.xml
removed:
tool_dependencies.xml
b
diff -r f8fdf50e0b3b -r f5b2ee725d34 cuff_macros.xml
--- a/cuff_macros.xml Tue Feb 07 18:40:18 2017 -0500
+++ b/cuff_macros.xml Sun Feb 19 12:09:29 2017 -0500
b
@@ -8,14 +8,6 @@
     </requirements>
   </xml>
 
-  <xml name="stdio">
-    <stdio>
-        <exit_code range="1:" />
-        <exit_code range=":-1" />
-        <regex match="Error" />
-        <regex match="Exception" />
-    </stdio>
-  </xml>
   <xml name="condition_inputs">
     <!-- DEFAULT : use BAM/SAM files -->
     <conditional name="in_type">
b
diff -r f8fdf50e0b3b -r f5b2ee725d34 cuffnorm_wrapper.xml
--- a/cuffnorm_wrapper.xml Tue Feb 07 18:40:18 2017 -0500
+++ b/cuffnorm_wrapper.xml Sun Feb 19 12:09:29 2017 -0500
b
@@ -1,12 +1,11 @@
-<tool id="cuffnorm" name="Cuffnorm" version="@VERSION@.1">
+<tool id="cuffnorm" name="Cuffnorm" version="@VERSION@.2">
     <description>Create normalized expression levels</description>
     <macros>
       <import>cuff_macros.xml</import>
     </macros>
     <expand macro="requirements" />
-    <expand macro="stdio" />
     <version_command>cuffnorm 2>&amp;1 | head -n 1</version_command>
-    <command>
+    <command detect_errors="aggressive">
         cuffnorm
             --no-update-check
             --num-threads="\${GALAXY_SLOTS:-4}"
b
diff -r f8fdf50e0b3b -r f5b2ee725d34 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Feb 07 18:40:18 2017 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="cufflinks" version="2.2.1">
-        <repository changeset_revision="899067a260d1" name="package_cufflinks_2_2_1" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-</tool_dependency>