-
Notifications
You must be signed in to change notification settings - Fork 11
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
FragPipe+MsFragger argument parsing (+fixing Proline Parsing Errors) #198
Conversation
sheet name was not updated. Currently if MBR is in "Quant config" sheet, I assume that MBR was in one way used. How many algorithms are there in Proline for MBR?
I think we still need to update the UI as FragPipe now has two parameter files. |
ModuleNotFoundError: No module named 'pytest'I have a problem with the pytest within the ProteoBench evniroment:
Any idea what might be wrong? |
Flit installs the dependencies for the package, not the development dependencies. So you will need to install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. The problem with the test seems to be related to my system. I will investigate it further.
Hello, |
Also, when I run it locally it does not print the points in https://github.com/Proteobench/Results_Module2_quant_DDA/ anymore. I don't know if the issue is from me. |
- 🎨 typo in fragger.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me.
We still need to work on the FragPipe parameter parsing side. We need to upload two files, so need to modify the input to allow this. |
Hi all, Sorry for the delay. Best, |
It's done already, but we need the |
update FragPipe/MSFragger run to latest provided by Klemens
Will also address other issues with parsing parameters currently discussed.