diff gffread.xml @ 2:6562753c6bdc draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/gffread commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
author devteam
date Sun, 19 Feb 2017 12:09:17 -0500
parents 96c4d0e18546
children 29769f789b8f
line wrap: on
line diff
--- a/gffread.xml	Tue Feb 07 18:39:51 2017 -0500
+++ b/gffread.xml	Sun Feb 19 12:09:17 2017 -0500
@@ -1,4 +1,4 @@
-<tool id="gffread" name="gffread" version="@VERSION@.0">
+<tool id="gffread" name="gffread" version="@VERSION@.1">
     <description>Filters and/or converts GFF3/GTF2 records</description>
     <macros>
         <import>cuff_macros.xml</import>
@@ -48,8 +48,7 @@
         </xml>
     </macros>
     <expand macro="requirements" />
-    <expand macro="stdio" />
-    <command>
+    <command detect_errors="aggressive">
 <![CDATA[
     #if $reference_genome.source == 'history':
         ln -s '$reference_genome.genome_fasta' genomeref.fa &&