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

Glimpse2 phasing returning sites from ref not in sample file #228

Open
drneavin opened this issue Aug 13, 2024 · 0 comments
Open

Glimpse2 phasing returning sites from ref not in sample file #228

drneavin opened this issue Aug 13, 2024 · 0 comments

Comments

@drneavin
Copy link

Hello,

I'm trying to use Glimpse2 phasing as you previously suggested for low-coverage data phasing. I am providing a vcf with genotype likelihoods (as PL) but I'm finding that the base phasing is outputting all reference locations instead of just the locations available in the sample vcf file provided even though I'm not providing the --impute-reference-only-variants parameter. My understanding was that this should only happen if --impute-reference-only-variants is provided in the command. Please let me know if I've misunderstood the use of that parameter.

Here's the command I'm using:

GLIMPSE2_phase_static \
            --input-gl {input.gl} \
            --reference $REF \
            --output {params.output} \
            --threads 16 \
            --log {params.log}

Please let me know if there is any other information that you need.

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

1 participant