-
Notifications
You must be signed in to change notification settings - Fork 35
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
Defining more enzymes in OpenMS Comet adaptor #354
Comments
quick fix: |
@ypriverol this would actually be a good entry level task for a student that wants to get into OpenMS/C++ |
For both lysc and multi enzymes you will need to give up consensus id compatibility then. Multi enzymes is a large change in both openms and the workflow. |
I agree with Julianus that properly modelling multienzyme digestion is adding a lot of complexity. |
Im trying to tackle here the first use case which is quite common, the use of another enzyme and not multi-enzyme. Then, it should be easy to extend OpenMS to extend enzymes and support them. |
We could make this workaround for this special case on the workflow level by allowing multi enzymes on workflow level only. Or we start by adding this special case to OpenMS. (Introducing a new mix enzyme). |
I don't know why you want to do the mix enzyme. The problem is actually much simpler. We have Lys-C/P which in fact is supported by comet but the Adapter in OpenMS doesn't support it. I want to support it in OpenMS in order to be able to process the dataset that used only Lys-C/P with msgf+ and comet. No mix enzymes. |
Ah ok I completely misread the issue then haha |
Doing Arg-C and Lys-C before trypsin is not an issue.
but Glu-C as listen on: https://www.ebi.ac.uk/pride/archive/projects/PXD005200 |
Ok that should be easy. You mean similar to https://github.com/OpenMS/OpenMS/pull/7422/files |
PR request in OpenMS OpenMS/OpenMS#7584 |
Description of feature
Currently, @timosachsenberg @jpfeuffer comet only support 'Asp-N,Chymotrypsin,CNBr,no cleavage,unspecific cleavage,Trypsin,Arg-C,Lys-C,Lys-N,PepsinA,Trypsin/P,glutamyl endopeptidase' However comet has a way to pass a definition of more enzymes https://uwpr.github.io/Comet/parameters/parameters_202301/search_enzyme_number.html using a parameter file. How can we use that possibility to define for example
Lys-C/P
currently Lys-C will not work because msgf+ processor change it to Lys-C/P and comet do not supported it.The text was updated successfully, but these errors were encountered: