Skip to content

Multi-threading #7

@baraaorabi

Description

@baraaorabi

Is your feature request related to a problem? Please describe.

The simulator is very slow when it comes to

  • Adjusting the lengths of reference contigs. This might be not an issue for human genomes, but it is a big issue for the transcriptome (>180K vs. 23)
  • Generating reads.

Both of these steps should have straighforward data parallelism

Describe the solution you'd like
Multithreading of the two steps (and possible others?)

Describe alternatives you've considered
Adding a program command to prepare the reference contigs and pickle the results so rerunning won't be slow. That won't really resolve the read generation speed thu

Additional context
I am building a wrapper around Badread for transcriptomic reads. It's still in the design stage. I plan to code the multithreading described above on a separate branch and make PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions