Title | | » | DIA-NN Speclib handling in BlibBuild mishandles n-terminal mods |
Assigned To | | » | Matt Chambers |
Type | | » | Defect |
Area | | » | Skyline |
Priority | | » | 2 |
Milestone | | » | 23.2 |
Running the EMBO-2023 tutorial in brendanx@nexus:data\Examples\20231113_Barcelona_Course\Tutorial-5-Thursday-Untargeted-DIA-Fragpipe
I found that building a .blib from the resulting .speclib (which currently requires copying it to the diann-output folder and renaming report.tsv to lib.tsv) had many peptide modified sequences with a leading modification:
[+42.01056]A...
This is a format that Skyline does not understand. Though, it distinguishes an n-terminal modification from an n-terminal-amino-acid modification, it is not balanced and offers no obvious matching format for a c-terminal modification.
BlibBuild needs to convert these to:
A[+42.01056]...
As other parsers already do. The current peptides starting with a bracket are unintelligible to Skyline.