# HG changeset patch # User Daniel Blankenberg # Date 1367615581 14400 # Node ID bf1c3f9f8282d7489f1598396986d571175dbf99 # Parent 9227b8c3093b25ed5b1b19208e4d16ef5549e183 Fix for FastqToSam MAX_Q usage detection. diff -r 9227b8c3093b -r bf1c3f9f8282 picard_FastqToSam.xml --- a/picard_FastqToSam.xml Tue Apr 02 09:42:36 2013 -0400 +++ b/picard_FastqToSam.xml Fri May 03 17:13:01 2013 -0400 @@ -37,7 +37,7 @@ #if str( $param_type.min_q ) != "": MIN_Q="${param_type.min_q}" #end if - #if str( $param_type.min_q ) != "": + #if str( $param_type.max_q ) != "": MAX_Q="${param_type.max_q}" #end if SORT_ORDER="${param_type.sort_order}"