Skip to content

Commit

Permalink
Merge pull request #12 from stjude/mp-stitchdistance
Browse files Browse the repository at this point in the history
Update ROSE_main.py
  • Loading branch information
madetunj authored Jan 21, 2022
2 parents b47150f + d0b49ea commit 73a6220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ROSE_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 73a6220

Please sign in to comment.