changeset 3:bf1c3f9f8282

Fix for FastqToSam MAX_Q usage detection.
author Daniel Blankenberg <dan@bx.psu.edu>
date Fri, 03 May 2013 17:13:01 -0400
parents 9227b8c3093b
children ab1f60c26526
files picard_FastqToSam.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}"