-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request