# HG changeset patch # User iuc # Date 1448938785 18000 # Node ID 5bbdf641a2d5bbae6c41220450fff8a4fab05205 # Parent 5e0bd82049331c79d516bf4b37eab497b704616b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pear commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72 diff -r 5e0bd8204933 -r 5bbdf641a2d5 pear.xml --- a/pear.xml Fri Oct 16 14:00:17 2015 -0400 +++ b/pear.xml Mon Nov 30 21:59:45 2015 -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 + #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,29 +117,29 @@ - + 'assembled' in outputs - + 'forward' in outputs - + 'reverse' in outputs - + 'discarded' in outputs - - + + - - + +