Laurent Gatto

Results 260 comments of Laurent Gatto

When you say *all other files*, do you mean that one/some file(s) or the same series (same acquisitions/conversions) fail and other work?

Ok, thank you. I am not sure that there's anything that can be done on the `MSnbase` side here, and I do not have any experience with Agilent data. Maybe...

I have little C++ skills and even less time, but hopefully, with a bit [collective knowledge](https://github.com/lgatto/MSnbase/issues/551), we will get there.

Please use the following to read your raw data in: ```r raw_data

Yes, you need to update your `MSnbase` installation, and possibly R. What's your `sessionInfo()`?

Some additional clarification. Any changes to Bioconductor packages are first released in the development branch of Bioconductor. As developers we also use github, although that should generally not be needed...

It would be easier for me to have your test file to track this.

The on-disk back-end is write only. You thus either load/convert the data into an in-memory object, or indeed, add the processing step to the processing queue and (I think) the...

Yes, I think this is a sensible request. I am however not keen to do this in `MSnbase` right away, and would rather add this to `Spectra` and possibly port...

I have no experience with Agilent data and their conversion to mzML. In this case, the mzML files aren't compatible with `MSnbase` (or `Spectra`, which I also tested), but I...