changeset 35:a93bb9eb93c5 draft

properly end conditional statements
author Matt Shirley <mdshw5@gmail.com>
date Sun, 30 Jun 2013 19:23:07 -0400
parents 7803126704c6
children b5274b0e61bc
files fastq_dump.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: