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

Commit

Permalink
replace --TMP_DIR by --tmp-dir in BaseRecalibrator to close #704
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Dec 17, 2018
1 parent 347d481 commit 942306f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ process CreateRecalibrationTable {
BaseRecalibrator \
--input ${bam} \
--output ${idSample}.recal.table \
--TMP_DIR /tmp \
--tmp-dir /tmp \
-R ${genomeFile} \
-L ${intervals} \
--known-sites ${dbsnp} \
Expand Down Expand Up @@ -418,8 +418,8 @@ process RecalibrateBam {
--input ${bam} \
--output ${idSample}.recal.bam \
-L ${intervals} \
--create-output-bam-index true \
--bqsr-recal-file ${recalibrationReport}
--create-output-bam-index true \
--bqsr-recal-file ${recalibrationReport}
"""
}
// Creating a TSV file to restart from this step
Expand Down

0 comments on commit 942306f

Please sign in to comment.