Skip to content

Parallelize VCF to FASTA operation using multiprocessing module #22

@aays

Description

@aays

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlow-priorityNot essential to completion of project's first stage.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions