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

Port code to python3 and add parallelization per individual #83

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

Conversation

florealcab
Copy link

We port svtyper to python3.

We add svtyper-pms script which will parallelize by individuals (instead of parallelize by batch for an unique individual, like svtyper-sso). This script will launch in parallel the genotyping of 1 individual. Then, it uses bcftools to merge all VCF.

Due to python3 conversion, some tests failed. It looks like the difference is due to impact of taking the interger part for sum of floats of different precisions. Details in join file:

python3_python2_diff.txt

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