-
Notifications
You must be signed in to change notification settings - Fork 27
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
DEEPLC and MS2PIP doesnt work with multiple variable modifications #294
Comments
Hi @yannic-chen! There won't be a fix for the deeplc and ms2pip scripts in the next release, since we want to use MS2Rescore to handle all kinds of configurations. So I just merged a PR that removed the deeplc and ms2pip modules, and implemented an ms2rescore module. Could you try using the dev branch with You can call e.g. ms2pip and deeplc via a new cli flag If you only want Let me know if that works for you as well! |
Hi @jonasscheid,
I used the following command: The Thank you for the good work. |
That is a big input file you have right there! Looks like you ran out of memory. By default the
Fingers crossed that your setup has these specs
That is default ms2rescore, but in mhcquant the default is overwritten to
You can use the model names of ms2pip documented on their github repo Let me know if that helped. You can also use our Slack channel if you want to discuss in more depth. |
Thanks for the quick response. The input were 12 files which are less than 40GB in total. I have redone the analysis now with only 2 input files, which now gives me another error.
Is it expected to require around 100x the total filesize in RAM for ms2rescore? PS: it seems like the Slack channel you linked require specific e-mail address extension to work. |
Do you run offline?
Normally not. Do you mind sharing your little test dataset such that I can run some tests on it? PS: Apologies, maybe that one helps https://nf-co.re/join EDIT: Can reproduce your error. Is a docker-related issue. I'll update you as soon as I have a fix |
Fixed in the |
Description of the bug
I have problems using MHCquant with multiple variable modifications.
The whole pipeline works when not specifying any modifciations.
With multiple modifcations, the pipeline only works when not including DEEPLC and MS2PIP.
Command used and terminal output
Relevant files
nextflow.log
System information
Freshly installed everything last week, so should be the newest version
The text was updated successfully, but these errors were encountered: