-
Notifications
You must be signed in to change notification settings - Fork 4
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
OptiType does not use razerS3 to filter to HLA reads prior to running #423
Comments
Re whether this could impact the results, from @rleonid:
|
I'd like to recluse myself from being the judge/authority on constraint solvers. I've implemented toy simplex solvers but I don't know what kind of heuristics modern solvers might use. |
Possible, but seems unlikely to me, that this could address the memory issues in #419. |
@ihodes I'll try the pre-filtering manually on 30GB RAM and see what happens. |
Discussed offline: pre-filtering manually with 30GB of RAM also ran out of memory. |
Closing for #426 |
Per the README, and sounds like @rleonid has always done this:
Razers3 is called internally in https://github.com/FRED-2/OptiType/blob/master/OptiTypePipeline.py but that appears to not be doing the same thing (note
-m 99999
, for example).The text was updated successfully, but these errors were encountered: