Skip to content

Commit 633ca01

Browse files
authored
Merge pull request #15 from Juke34/eascarrunz-patch-1
reduce pool size to avoid OOM problems
2 parents 5dcce85 + 273b07d commit 633ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bamutil.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process bamutil_clipoverlap {
1313
script:
1414

1515
"""
16-
bam clipOverlap --storeOrig CG --poolSize 50000000 --in ${bam} --out ${bam}_clipoverlap.bam --stats > ${meta.id}_bamutil_clipoverlap.log
16+
bam clipOverlap --storeOrig CG --poolSize 5000000 --in ${bam} --out ${bam}_clipoverlap.bam --stats > ${meta.id}_bamutil_clipoverlap.log
1717
"""
1818

1919
}

0 commit comments

Comments
 (0)