Skip to content

Commit

Permalink
Reverse modification
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Jun 6, 2024
1 parent cc069c0 commit 78b7e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/phaseimpute/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ workflow PHASEIMPUTE {
// Phase panel with tool of choice (e.g. SHAPEIT5)
if (params.phased == false) {
VCF_PHASE_SHAPEIT5(
VCF_NORMALIZE_BCFTOOLS.out.vcf_tbi.combine([]),
VCF_NORMALIZE_BCFTOOLS.out.vcf_tbi.combine(Channel.of([[]])),
ch_region,
[[],[],[]],
[[],[],[]],
Expand Down

0 comments on commit 78b7e18

Please sign in to comment.