compomics / moFF

A modest Feature Finder (moFF) to extract MS1 intensities from Thermo raw file
Apache License 2.0
33 stars 11 forks source link

mzMl speedup #14

Closed mafreitas closed 7 years ago

mafreitas commented 7 years ago

Here are the changes

Maux82 commented 7 years ago

Hi,

I m testing your PR. I saw that you multiplied by 60 all the retention time related parameters such as RT_P and rt_W . What is the unit of the RT in your input file ? Minutes or second ?

I always assumed that RT in Thermo Raw converted mzXML file are in minutes ? May I wrong ? Maybe this is not true for other vender file format .

mafreitas commented 7 years ago

I had to change the time so that it would work with our peptide output (using our in house build MassMatrix search engine) are in minutes. Data conversions were done with proteowizard.

Maux82 commented 7 years ago

Hi, I merged your pull request on the master.

From your speedup I also included some other modifications:

I willm appreciate if you can do some test on this version in order to spot eventually bugs. Thank you agian for your contribution. Andrea