Parallelize VCF to FASTA operation using multiprocessing module #22
Labels
enhancement
New feature or request
low-priority
Not essential to completion of project's first stage.
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 withitertools
) and then splitting those chunks across cores.The text was updated successfully, but these errors were encountered: