diff vt_normalize.xml @ 1:16f7587ab084 draft

Uploaded
author iuc
date Thu, 14 Aug 2014 09:58:02 -0400
parents 106dc0bf83c6
children e76f203fc135
line wrap: on
line diff
--- a/vt_normalize.xml	Thu Aug 14 07:41:51 2014 -0400
+++ b/vt_normalize.xml	Thu Aug 14 09:58:02 2014 -0400
@@ -11,7 +11,7 @@
         vt @BINARY@
             -o "${ outfile }"
             ##-q  do not print options and summary []
-            -w  window size for local sorting of variants [10000]
+            -w $window
 
             #if str( $intervals_file ) != 'None':
                 -I  "${intervals_file}"
@@ -20,7 +20,7 @@
             ##-i  intervals []
 
             #if $reference_source.reference_source_selector != "history":
-                -r "${reference_source.reference_genome.fields.path}"'
+                -r "${reference_source.reference_genome.fields.path}"
             #else:
                 -r "${reference_source.reference_genome}"
             #end if