Mercurial > repos > devteam > gffread
changeset 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 |
| files | cuff_macros.xml gffread.xml tool_dependencies.xml |
| diffstat | 3 files changed, 2 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/cuff_macros.xml Tue Feb 07 18:41:04 2017 -0500 +++ b/cuff_macros.xml Sun Feb 19 12:09:52 2017 -0500 @@ -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">
--- 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"> <