Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 942306f

Browse files
committed
replace --TMP_DIR by --tmp-dir in BaseRecalibrator to close #704
1 parent 347d481 commit 942306f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ process CreateRecalibrationTable {
352352
BaseRecalibrator \
353353
--input ${bam} \
354354
--output ${idSample}.recal.table \
355-
--TMP_DIR /tmp \
355+
--tmp-dir /tmp \
356356
-R ${genomeFile} \
357357
-L ${intervals} \
358358
--known-sites ${dbsnp} \
@@ -418,8 +418,8 @@ process RecalibrateBam {
418418
--input ${bam} \
419419
--output ${idSample}.recal.bam \
420420
-L ${intervals} \
421-
--create-output-bam-index true \
422-
--bqsr-recal-file ${recalibrationReport}
421+
--create-output-bam-index true \
422+
--bqsr-recal-file ${recalibrationReport}
423423
"""
424424
}
425425
// Creating a TSV file to restart from this step

0 commit comments

Comments
 (0)