Mercurial > repos > devteam > gffread
diff gffread.xml @ 4:0232f19d300f 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:52 -0500 |
parents | 9f243677c4c6 |
children | 69e0806b63a4 |
line wrap: on
line diff
--- a/gffread.xml Tue Feb 07 18:41:04 2017 -0500 +++ b/gffread.xml Sun Feb 19 12:09:52 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 &&