Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hoondy committed Feb 11, 2020
2 parents b078100 + e0849a3 commit 277837f
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 173 deletions.
2 changes: 1 addition & 1 deletion starrpeaker/3_procBam.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
parser.add_argument('-o', '--output', help='STARR-seq Output BAM File', required=True)

### optional args
parser.add_argument('--min', help='Minimum Insert Size', required=False, default=100)
parser.add_argument('--min', help='Minimum Insert Size', required=False, default=200)
parser.add_argument('--max', help='Maximum Insert Size', required=False, default=1000)

args = parser.parse_args()
Expand Down
2 changes: 1 addition & 1 deletion starrpeaker/4_callPeak.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
bedFile=args.prefix + ".bin.bed",
bctFile=args.prefix + ".bam.bct",
covFile=args.prefix + ".cov.tsv",
bwFile=args.prefix + ".bam.bct.1.bw",
bwFile=args.prefix + ".bam.bct.1.all.bw",
chromSize=args.chromsize,
threshold=args.threshold,
mode=args.mode)
Loading

0 comments on commit 277837f

Please sign in to comment.