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

Parallelize VCF to FASTA operation using multiprocessing module #22

Open
aays opened this issue Feb 28, 2020 · 0 comments
Open

Parallelize VCF to FASTA operation using multiprocessing module #22

aays opened this issue Feb 28, 2020 · 0 comments
Labels
enhancement New feature or request low-priority Not essential to completion of project's first stage.

Comments

@aays
Copy link
Member

aays commented Feb 28, 2020

VCF -> FASTA is currently implemented in slim_sims.py, but iterates through the VCFs one at a time.

Using mp could involve pulling in the full list of VCFs and then breaking them into chunks (potentially with itertools) and then splitting those chunks across cores.

@aays aays added enhancement New feature or request low-priority Not essential to completion of project's first stage. labels Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority Not essential to completion of project's first stage.
Projects
None yet
Development

No branches or pull requests

1 participant