Mercurial > repos > bgruening > deeptools
changeset 22:f85c85597f95 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 03 Feb 2014 18:31:42 -0500 |
parents | e95b45f1ecbb |
children | 8c452f37c896 |
files | bamCompare.xml bamCoverage.xml bamFingerprint.xml computeGCBias.xml correctGCBias.xml |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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":
--- 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":
--- 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":