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

specify PyVCF as required dependency #158

Merged
merged 1 commit into from
May 16, 2020
Merged

Conversation

boegel
Copy link
Contributor

@boegel boegel commented May 4, 2020

PyVCF was not specified as a dependency in setup.py, even though some scripts (like evaluator.py) have an unguarded import vcf.

@adamewing
Copy link
Owner

Thanks

@adamewing adamewing merged commit 314df8f into adamewing:master May 16, 2020
@boegel boegel deleted the PyVCF_dep branch May 17, 2020 09:01
@seb45tian
Copy link

However, PyVCF only supports Python2 as per this PR easybuilders/easybuild-easyconfigs#11437. So adding it as a dependency will limit BAMsurgeon to be Python2 only, which interferes with #150 .

@adamewing
Copy link
Owner

PyVCF has supported Python 3 as of version 0.4.4, however the project may be a bit stale jamescasbon/PyVCF#314 (as is bamsurgeon, frankly). As mentioned in that thread, cyvcf is probably the way to go these days: https://github.com/brentp/cyvcf2, but that would require some rewriting.

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.

3 participants