We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dcce85 + 273b07d commit 633ca01Copy full SHA for 633ca01
modules/bamutil.nf
@@ -13,7 +13,7 @@ process bamutil_clipoverlap {
13
script:
14
15
"""
16
- bam clipOverlap --storeOrig CG --poolSize 50000000 --in ${bam} --out ${bam}_clipoverlap.bam --stats > ${meta.id}_bamutil_clipoverlap.log
+ bam clipOverlap --storeOrig CG --poolSize 5000000 --in ${bam} --out ${bam}_clipoverlap.bam --stats > ${meta.id}_bamutil_clipoverlap.log
17
18
19
}
0 commit comments