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

Vb/bcftools #157

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Vb/bcftools #157

wants to merge 5 commits into from

Conversation

vineetbansal
Copy link
Collaborator

bcftools is used in a specific use case in genotype_snps:

bcftools query -f <format> -r <region> <remote_vcf_gz>

This only seems to work with bcftools>1.11 (looks like older versions can't handle the -r flag with remote vcf files because they insist on the index first).

This check should invoke bcftools with something similar to this use case.
The bioconda recipe for HATCHet should be modified to need bcftools>=1.11

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

Successfully merging this pull request may close these issues.

1 participant