# HG changeset patch # User iuc # Date 1478689243 18000 # Node ID 240f611a46f392e942bfacd749fb83cff87a475d # Parent 581e52f03c5ddb7f1e4a2ae6eadd537dc0e4b84b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pear commit bfa8bda732de882f6fa5f5375f8468ad229cceea diff -r 581e52f03c5d -r 240f611a46f3 pear.xml --- a/pear.xml Wed May 20 14:59:50 2015 -0400 +++ b/pear.xml Wed Nov 09 06:00:43 2016 -0500 @@ -1,6 +1,5 @@ - + Paired-End read merger - pear @@ -16,10 +15,20 @@ #if str( $library.type ) == "paired": -f "$library.forward" -r "$library.reverse" + #if $library.forward.is_of_type( 'fastqillumina' ): + --phred-base 64 + #else: + --phred-base 33 + #end if #else ## prepare collection - -f $library.input_collection.forward - -r $library.input_collection.reverse + -f "$library.input_collection.forward" + -r "$library.input_collection.reverse" + #if $library.input_collection.forward.is_of_type( 'fastqillumina' ): + --phred-base 64 + #else: + --phred-base 33 + #end if #end if --output pear @@ -47,15 +56,15 @@ - - - + label="FASTQ Paired Dataset" help="Nucleotide-space: Must have PHRED-scaled quality values. (-f and -r)" /> @@ -108,35 +117,34 @@ - + 'assembled' in outputs - + 'forward' in outputs - + 'reverse' in outputs - + 'discarded' in outputs - - + + - - + + - - + +