-
Notifications
You must be signed in to change notification settings - Fork 3
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
Don't count phase==True
toward genotypes
#34
Conversation
phase=True
toward genotypesphase==True
toward genotypes
@@ -231,8 +231,6 @@ def targets(args): | |||
def spectra(args): | |||
"""subroutine for spectra subcommand.""" | |||
|
|||
# NOTE: vcf must be instantiated with gts012=False (the default) due to cyvcf2 | |||
# num_unknown property bug https://github.com/brentp/cyvcf2/issues/236 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would vote for leaving this or setting the minimum version of cyvcf2 to be a version that includes the fix. but you can ignore if you disagree.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call—I've added cyvcf2 version enforcement to setup.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I made a comment about a comment but that is up to you.
Addresses the latest incarnation of #30