# HG changeset patch # User bgruening # Date 1391470302 18000 # Node ID f85c85597f95c02f3dc4ac8fdc76f045fcc064f4 # Parent e95b45f1ecbba0cca298c32e035b6ec26acf6353 Uploaded diff -r e95b45f1ecbb -r f85c85597f95 bamCompare.xml --- a/bamCompare.xml Mon Feb 03 18:18:09 2014 -0500 +++ b/bamCompare.xml Mon Feb 03 18:31:42 2014 -0500 @@ -48,7 +48,7 @@ #end if #if str($region).strip() != '': - --region 'region' + --region '$region' #end if #if $advancedOpt.showAdvancedOpt == "yes": diff -r e95b45f1ecbb -r f85c85597f95 bamCoverage.xml --- a/bamCoverage.xml Mon Feb 03 18:18:09 2014 -0500 +++ b/bamCoverage.xml Mon Feb 03 18:31:42 2014 -0500 @@ -32,7 +32,7 @@ #end if #if str($region).strip() != '': - --region 'region' + --region '$region' #end if #if $advancedOpt.showAdvancedOpt == "yes": diff -r e95b45f1ecbb -r f85c85597f95 bamFingerprint.xml --- a/bamFingerprint.xml Mon Feb 03 18:18:09 2014 -0500 +++ b/bamFingerprint.xml Mon Feb 03 18:31:42 2014 -0500 @@ -31,7 +31,7 @@ #end if #if str($region).strip() != '': - --region 'region' + --region '$region' #end if #if $advancedOpt.showAdvancedOpt == "yes": diff -r e95b45f1ecbb -r f85c85597f95 computeGCBias.xml --- a/computeGCBias.xml Mon Feb 03 18:18:09 2014 -0500 +++ b/computeGCBias.xml Mon Feb 03 18:31:42 2014 -0500 @@ -26,7 +26,7 @@ #end if #if str($region).strip() != '': - --region 'region' + --region '$region' #end if #if $advancedOpt.showAdvancedOpt == "yes": diff -r e95b45f1ecbb -r f85c85597f95 correctGCBias.xml --- a/correctGCBias.xml Mon Feb 03 18:18:09 2014 -0500 +++ b/correctGCBias.xml Mon Feb 03 18:31:42 2014 -0500 @@ -34,7 +34,7 @@ #end if #if str($region).strip() != '': - --region 'region' + --region '$region' #end if #if $advancedOpt.showAdvancedOpt == "yes":