Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multithread execution over different input sequences #3

Open
jeffreybarrick opened this issue Aug 15, 2021 · 0 comments
Open

Multithread execution over different input sequences #3

jeffreybarrick opened this issue Aug 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jeffreybarrick
Copy link
Contributor

OSTIR performs predictions for different start codons within each input sequence in parallel (using --threads). This works well when the input is one or a few long sequences. However, it currently is not set up to multithread execution over multiple different input sequences. This functionality would be helpful for speeding up certain workflows. One example is that for performing RBS design (see #1), one might want to test many mutated versions of the sequence around a start codon at the same time.

Probably the best way to implement multithreading across multiple sequences would be to allow run_oster() and OSTIRFactory() to accept a list of sequences so they can set things up in the same process queue that is already being used for multithreading.

@jeffreybarrick jeffreybarrick added the enhancement New feature or request label Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant