cbielow / PTXQC

A Quality Control (QC) pipeline for Proteomics (PTX) results generated by MaxQuant
Other
42 stars 25 forks source link

fixes #110 (only a single MSMS scan per Raw file) #112

Closed cbielow closed 2 years ago

cbielow commented 2 years ago

if a Raw file only contains a single MSMS spectrum, report generation will crash with Error in if (last > x[i] && up) { : missing value where TRUE/FALSE needed.

This is fixed here.