Previous changeset 2:9227b8c3093b (2013-04-02) Next changeset 4:ab1f60c26526 (2014-02-21) |
Commit message:
Fix for FastqToSam MAX_Q usage detection. |
modified:
picard_FastqToSam.xml |
b |
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 |
b |
@@ -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}" |