We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Investigations:
AddPeptide
pwiz/pwiz_tools/Skyline/SettingsUI/ViewLibraryDlg.cs
Line 1734 in fd07aa9
pepMatcher.PeptideMatches[0].Value
LibInfo.RT
NodePep.ExplicitRetentionTime
PeptideDocNode
The text was updated successfully, but these errors were encountered:
Note: this was similarly reported in 2019, but was reportedly addressed: https://skyline.ms/announcements/home/support/thread.view?rowId=38820
Sorry, something went wrong.
In
pwiz/pwiz_tools/Skyline/Model/LibKeyModificationMatcher.cs
Line 339 in 1f52dda
I have a fix in #2860 but I don't know if that's the right way to do it.
No branches or pull requests
Steps to reproduce:
https://gist.github.com/meowcat/4f0a08cd803d941cd1ac53829931ee5f
Explicit Retention Time is missing.
Investigations:
AddPeptide
:pwiz/pwiz_tools/Skyline/SettingsUI/ViewLibraryDlg.cs
Line 1734 in fd07aa9
pepMatcher.PeptideMatches[0].Value
, the retention time is present inLibInfo.RT
but absent inNodePep.ExplicitRetentionTime
.PeptideDocNode
entries are created from (supposedly) the library info.The text was updated successfully, but these errors were encountered: