Skip to content

Commit

Permalink
Fix: gvcf workflow results might be invalid for multi-sample projects (
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen authored Sep 14, 2023
1 parent 7c660a1 commit 0ea5423
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
2 changes: 1 addition & 1 deletion config/nxf.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env {
VIP_VERSION = "6.0.0"
VIP_VERSION = "6.0.1"

TMPDIR = "\${TMPDIR:-\${NXF_TEMP:-\$(mktemp -d)}}"
APPTAINER_BIND = "${APPTAINER_BIND}"
Expand Down
43 changes: 0 additions & 43 deletions modules/gvcf/utils.nf

This file was deleted.

2 changes: 1 addition & 1 deletion vip_gvcf.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nextflow.enable.dsl=2
include { parseCommonSampleSheet; getAssemblies } from './modules/sample_sheet'
include { getCramRegex; getGenomeVcfRegex } from './modules/utils'
include { validate } from './modules/gvcf/validate'
include { scatter } from './modules/gvcf/utils'
include { scatter } from './modules/utils'
include { merge } from './modules/gvcf/merge'
include { vcf; validateVcfParams } from './vip_vcf'

Expand Down

0 comments on commit 0ea5423

Please sign in to comment.