diff cufflinks_wrapper.xml @ 11:e04dbae2abe0 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cufflinks commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
author devteam
date Sun, 19 Feb 2017 12:12:28 -0500
parents 83bec71c5c9f
children d080005cffe1
line wrap: on
line diff
--- a/cufflinks_wrapper.xml	Tue Feb 07 18:39:22 2017 -0500
+++ b/cufflinks_wrapper.xml	Sun Feb 19 12:12:28 2017 -0500
@@ -1,16 +1,11 @@
-<tool id="cufflinks" name="Cufflinks" version="@VERSION@.1">
+<tool id="cufflinks" name="Cufflinks" version="@VERSION@.2">
     <description>transcript assembly and FPKM (RPKM) estimates for RNA-Seq data</description>
     <macros>
       <import>cuff_macros.xml</import>
     </macros>
-    <requirements>
-      <requirement type="package" version="0.7.3">bx-python</requirement>
-      <requirement type="package" version="1.9.0">six</requirement>
-      <requirement type="package" version="2.2.1">cufflinks</requirement>
-    </requirements>
-    <expand macro="stdio" />
+    <expand macro="requirements" />
     <version_command>cufflinks 2>&amp;1 | head -n 1</version_command>
-    <command>
+    <command detect_errors="aggressive">
         python '$__tool_directory__/cufflinks_wrapper.py'
             --input '$input'
             --assembled-isoforms-output '$assembled_isoforms'