Mercurial > repos > devteam > gffread
diff gffread.xml @ 5:69e0806b63a4 draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/gffread commit 1203e3cccd40108df09ab2286d25aa7e638e9cad"
author | devteam |
---|---|
date | Tue, 01 Oct 2019 12:20:13 -0400 |
parents | 0232f19d300f |
children | 6ea09f60dee9 |
line wrap: on
line diff
--- a/gffread.xml Sun Feb 19 12:09:52 2017 -0500 +++ b/gffread.xml Tue Oct 01 12:20:13 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="gffread" name="gffread" version="@VERSION@.1"> +<tool id="gffread" name="gffread" version="@VERSION@.2"> <description>Filters and/or converts GFF3/GTF2 records</description> <macros> <import>cuff_macros.xml</import> @@ -84,6 +84,11 @@ #if $chr_replace: -m '$chr_replace' #end if + + $full_gff_attribute_preservation + $decode_url + $expose + ## ## Although documented, does not appear to be used in the gffread code ## #if $seq_info: @@ -262,6 +267,13 @@ </test> <test> + <param name="input" ftype="gtf" value="ecoli-k12.gff3"/> + <param name="gff_fmt" value="gff"/> + <param name="full_gff_attribute_preservation" value="-F"/> + <output name="output_gff" file="ecoli-k12.processed.gff3" ftype="gff3" lines_diff="2" /> + </test> + + <test> <param name="input" ftype="gtf" value="Homo_sapiens.GRCh37_19.71.gtf"/> <param name="filtering" value="--no-pseudo"/> <param name="gff_fmt" value="gtf"/>