Repository 'deeptools'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/deeptools

Changeset 22:f85c85597f95 (2014-02-03)
Previous changeset 21:e95b45f1ecbb (2014-02-03) Next changeset 23:8c452f37c896 (2014-02-04)
Commit message:
Uploaded
modified:
bamCompare.xml
bamCoverage.xml
bamFingerprint.xml
computeGCBias.xml
correctGCBias.xml
b
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
b
@@ -48,7 +48,7 @@
       #end if
 
       #if str($region).strip() != '':
-          --region 'region'
+          --region '$region'
       #end if
 
       #if $advancedOpt.showAdvancedOpt == "yes":
b
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
b
@@ -32,7 +32,7 @@
         #end if
 
         #if str($region).strip() != '':
-            --region 'region'
+            --region '$region'
         #end if
 
         #if $advancedOpt.showAdvancedOpt == "yes":
b
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
b
@@ -31,7 +31,7 @@
       #end if
 
       #if str($region).strip() != '':
-          --region 'region'
+          --region '$region'
       #end if
 
       #if $advancedOpt.showAdvancedOpt == "yes":
b
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
b
@@ -26,7 +26,7 @@
             #end if
 
             #if str($region).strip() != '':
-                --region 'region'
+                --region '$region'
             #end if
 
             #if $advancedOpt.showAdvancedOpt == "yes":
b
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
b
@@ -34,7 +34,7 @@
         #end if
 
         #if str($region).strip() != '':
-            --region 'region'
+            --region '$region'
         #end if
 
         #if $advancedOpt.showAdvancedOpt == "yes":