Skip to content

Parallelize VCF to FASTA operation using multiprocessing module #22

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions