Mercurial > repos > bgruening > deeptools
changeset 20:69ff16ba27bd draft
Uploaded
author | bgruening |
---|---|
date | Mon, 03 Feb 2014 15:47:26 -0500 |
parents | 01bc5ce13498 |
children | e95b45f1ecbb |
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 13:56:24 2014 -0500 +++ b/bamCompare.xml Mon Feb 03 15:47:26 2014 -0500 @@ -47,7 +47,7 @@ #end if #end if - #if str(region).strip() != '': + #if str($region).strip() != '': --region 'region' #end if
--- a/bamCoverage.xml Mon Feb 03 13:56:24 2014 -0500 +++ b/bamCoverage.xml Mon Feb 03 15:47:26 2014 -0500 @@ -31,7 +31,7 @@ --scaleFactor $scaling.scaleFactor #end if - #if str(region).strip() != '': + #if str($region).strip() != '': --region 'region' #end if
--- a/bamFingerprint.xml Mon Feb 03 13:56:24 2014 -0500 +++ b/bamFingerprint.xml Mon Feb 03 15:47:26 2014 -0500 @@ -30,7 +30,7 @@ --plotFileFormat 'png' #end if - #if str(region).strip() != '': + #if str($region).strip() != '': --region 'region' #end if