Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differences in phasedAutodetect based on different Nextflow versions #5

Open
atrigila opened this issue Aug 31, 2024 · 1 comment
Open

Comments

@atrigila
Copy link

Hi! Thanks for developing this plugin. We are using it in nf-core/phaseimpute.
Recently, we found a difference in behavior between different versions of Nextflow and nft-vcf when submitting a PR.

The failure occurs in the following part of the log:

!  99     "VcfFile [chromosomes=[chr21, chr22], sampleCount=1, variantCount=1739, phased=true, phasedAutodetect=false]"

When using Nextflow version 24.04.4, there is a difference where phasedAutodetect is set to false instead of true.

@atrigila atrigila changed the title Differences in phasedAutodetectbased on different Nextflow versions Differences in phasedAutodetect based on different Nextflow versions Aug 31, 2024
@seppinho
Copy link
Owner

Interesting. Does this issue still persist? phasedAutodetect only checks if the first line is phased or not, with the default value being true. Do you have a test file I could use to investigate this further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants