Skip to content

Commit

Permalink
ficx issue with --truth-sensitivity_filter_level parameeter in ApplyVQSR
Browse files Browse the repository at this point in the history
  • Loading branch information
priesgo committed Dec 12, 2021
1 parent a0b00c7 commit 5f8ed2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/02_vqsr.nf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ process VQSR {
--reference ${params.reference} \
--variant ${vcf} \
--output ${name}.hc.vcf \
--ts_filter_level 99.0 \
--truth-sensitivity_filter_level 99.0 \
--tranches-file ${tranches_file} \
--recal-file ${recalibration_file} \
--mode BOTH
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env {
// Capture exit codes from upstream processes when piping
process.shell = ['/bin/bash', '-euo', 'pipefail']

VERSION = '0.1.1'
VERSION = '0.1.2'
DOI = 'bla'

manifest {
Expand Down

0 comments on commit 5f8ed2c

Please sign in to comment.