compomics / ms2pip

MS²PIP: Fast and accurate peptide spectrum prediction for multiple fragmentation methods, instruments, and labeling techniques.
https://ms2pip.readthedocs.io
Apache License 2.0
35 stars 18 forks source link

Bibliospec/Skyline output fails when unmodified entries are empty instead of `-` #174

Open RalfG opened 2 years ago

RalfG commented 2 years ago

Bibliospec/Skyline output fails when unmodified entries are empty instead of -

This works:

spec_id,modifications,peptide,charge
LSAGVEFLK,-,LSAGVEFLK,2

This does not:

spec_id,modifications,peptide,charge
LSAGVEFLK,,LSAGVEFLK,2

(tested on web server)