Skip to content

Commit c7836b2

Browse files
committed
Fix glimpse2 concordance usage
1 parent 5815d71 commit c7836b2

File tree

2 files changed

+18
-15
lines changed
  • modules/nf-core/glimpse2/concordance
  • subworkflows/local/vcf_concordance_glimpse2

2 files changed

+18
-15
lines changed

modules/nf-core/glimpse2/concordance/main.nf

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/local/vcf_concordance_glimpse2/main.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ workflow VCF_CONCORDANCE_GLIMPSE2 {
3232

3333
GLIMPSE2_CONCORDANCE (
3434
ch_concordance,
35-
[[], [], params.bins, [], []],
36-
params.min_val_gl, params.min_val_dp
35+
[[], [], params.bins, [], [], params.min_val_gl, params.min_val_dp]
3736
)
3837
ch_versions = ch_versions.mix(GLIMPSE2_CONCORDANCE.out.versions.first())
3938

0 commit comments

Comments
 (0)