Skip to content

Commit

Permalink
Fixing incorrectly named channels in admixture part of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed Dec 8, 2023
1 parent 4231fc8 commit 15bb34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/vcf2ethnicity.nf
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ workflow VCF2ETHNICITY {
BCFTOOLS_MERGE.out.vcf
)

ch_versions = ch_versions.mix(PLINK_VCF.out.versions)
ch_versions = ch_versions.mix(PLINK_VCF_COMBINED.out.versions)

ADMIXTURE(
PLINK_VCF.out.plink
PLINK_VCF_COMBINED.out.plink
)

ch_versions = ch_versions.mix(ADMIXTURE.out.versions)
Expand Down

0 comments on commit 15bb34a

Please sign in to comment.