From d0b49ea0e3cf4ebe5585c186ebdbff47cd496e4e Mon Sep 17 00:00:00 2001 From: Modupeore Adetunji <53270089+madetunj@users.noreply.github.com> Date: Thu, 16 Sep 2021 18:06:12 -0500 Subject: [PATCH] Update ROSE_main.py --- bin/ROSE_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ROSE_main.py b/bin/ROSE_main.py index 9b57029..7e06cc0 100755 --- a/bin/ROSE_main.py +++ b/bin/ROSE_main.py @@ -236,7 +236,7 @@ def main(): help = "Enter a comma separated list of additional bam files to map to") parser.add_option("-c","--control", dest="control",nargs = 1, default=None, help = "bamfile to rank enhancer by") - parser.add_option("-s","--stitch", dest="stitch",nargs = 1, default=5000, + parser.add_option("-s","--stitch", dest="stitch",nargs = 1, default=12500, help = "Enter a max linking distance for stitching") parser.add_option("-t","--tss", dest="tss",nargs = 1, default=0, help = "Enter a distance from TSS to exclude. 0 = no TSS exclusion")