# HG changeset patch # User Matt Shirley # Date 1372636244 14400 # Node ID b5274b0e61bce1df9961ebb3e0cfe8d9377f8485 # Parent a93bb9eb93c54efef7764d69eda85f21f59fb90f variable typos diff -r a93bb9eb93c5 -r b5274b0e61bc fastq_dump.xml --- a/fastq_dump.xml Sun Jun 30 19:23:07 2013 -0400 +++ b/fastq_dump.xml Sun Jun 30 19:50:44 2013 -0400 @@ -10,19 +10,19 @@ --stdout $split $aligned - #if str( $param_type.minID ) != "": + #if str( $minID ) != "": --minSpotId $minID #end if - #if str( $param_type.maxID ) != "": + #if str( $maxID ) != "": --minSpotId $maxID #end if - #if str( $param_type.minlen ) != "": + #if str( $minlen ) != "": --minReadLen $minlen #end if - #if str( $param_type.readfilter ) != "": + #if str( $readfilter ) != "": --read-filter $readfilter #end if - #if str( $param_type.region ) != "": + #if str( $region ) != "": --aligned-region $region #end if #if $input.input_select=="file":