You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the belated response, but you know, vacation ;)
Anyway, what you have is (IIRC) not a TimsTofPro file format but just TimsTof, and we don't support that. You can tell by TimsCompressionType=1 instead of 2. The dataset has somewhat similar structure, but the format is slightly different and our parser fails to interpret that. It's definitely a bug that it's returning random stuff from uninitialized memory (as that's what those 2^32-1s are) but for now the fix is going to be to just properly throw an exception.
We are considering adding proper support for that format, but the best ETA I can give is "sometime in the future" ;)
Hi, I'm working with the data from this paper.
Raw data is available here: https://massive.ucsd.edu/ProteoSAFe/dataset.jsp?accession=MSV000083858
Checked several samples from the data, and every frame in every sample looks like this - with nonsensical, repeating numbers and 2^32-1 for
tof
.Adding global metadata:
The text was updated successfully, but these errors were encountered: