Open glormph opened 4 years ago
Hi, as you may have guessed from the late reply, there is currently no one actively maintaining the code. There was a fix for some mzML issues in a later Dinosaur release, so you may want to test your mzML file with the latest released version and report back if the problem persists.
Hej, we have a new MS instrument and it is a TIMS-TOF. So the mzML files look a bit different from our normal QE data (in DDA mode at least), since multiple MS2 scans need combining and summing and whatnot. To create mzML files, we take
msconvert
and pass some extra flags:--combineIonMobilitySpectra --filter "scanSumming precursorTol=0.02 scanTimeTol=10 ionMobilityTol=0.1"
Now the output of this doesnt work with dinosaur (v.1.2.0 from bioconda), it crashes:
I wondered if it could be a future functionality. I'd be happy to supply mzML if needed. :)