# HG changeset patch # User Matt Shirley # Date 1372634587 14400 # Node ID a93bb9eb93c54efef7764d69eda85f21f59fb90f # Parent 7803126704c631c6aa3cdfff8506d9f3b69bfaec properly end conditional statements diff -r 7803126704c6 -r a93bb9eb93c5 fastq_dump.xml --- a/fastq_dump.xml Sun Jun 30 19:20:38 2013 -0400 +++ b/fastq_dump.xml Sun Jun 30 19:23:07 2013 -0400 @@ -12,14 +12,19 @@ $aligned #if str( $param_type.minID ) != "": --minSpotId $minID + #end if #if str( $param_type.maxID ) != "": --minSpotId $maxID + #end if #if str( $param_type.minlen ) != "": --minReadLen $minlen + #end if #if str( $param_type.readfilter ) != "": --read-filter $readfilter + #end if #if str( $param_type.region ) != "": --aligned-region $region + #end if #if $input.input_select=="file": $input.file #else: