Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Authors@R: c(
person("Steffen", "Neumann", email="[email protected]", role=c("aut","cre")),
person("Laurent", "Gatto", email="[email protected]", role=c("aut")),
person("Qiakng", "Kou", email="[email protected]", role=c("aut")),
person("David","Rauh",email="[email protected]", role=c("ctb"))
person("David","Rauh",email="[email protected]", role=c("ctb")),
person("Sascha","Manier",email="[email protected]", role=c("ctb"))
)
Description: mzR provides a unified API to the common file formats and
parsers available for mass spectrometry data. It comes with a
Expand Down
2 changes: 2 additions & 0 deletions src/pwiz/data/msdata/MSData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,8 @@ PWIZ_API_DECL size_t SpectrumList::findAbbreviated(const string& abbreviatedId,
if ((result >= 0 && result < size()) || s == 0)
return result;
}

return size();
}


Expand Down
Loading