-
Notifications
You must be signed in to change notification settings - Fork 445
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
Reduce porechop memory consumption #3571
Comments
One might do this natively in Galaxy using Then adding a note to the help section might be sufficient. |
I am all for doing things in Galaxy, however here there's no downside to doing this in the tool wrapper. You can still use the split tool upstream for parallelization, but this prevents excessive memory usage if that has not been done |
One small wrinkle -- if I'm thinking that we don't want to expand the datatypes that Another choice is to update Thoughts? In short, this could involve one change or two, and I'm leaning toward two. If agree two is a good idea, here is the ticket for updating split: bgruening/galaxytools#1099 |
rrwick/Porechop#77 might be an issue for us. @jennaj is going to check if reducing the total file size helps, if it does we should split the input in a predefined amount of reads to reduce excessive memory consumption.
The text was updated successfully, but these errors were encountered: