Hi Peter
I am not aware of any tools, but pyOpenMS can read MSP files (using the
MSPFile class) and then write out in mzML. MSP files should be quite close
in format to sptxt files. One suggestion:
from pyopenms import *
e = MSExperiment()
MSPFile().load("file.sptxt", [], e)
MzMLFile().store("file.mzML", e)
(script is not tested)
Best
Hannes
On Wednesday, October 18, 2017 at 2:24:15 PM UTC-4, Peter Cimermancic wrote:
>
> Hi,
>
> Is there a tool that can convert a spectral library in splib/sptxt format
> into an mzML/mzXML file?
>
> Best,
> Peter
>
--
You received this message because you are subscribed to the Google Groups
"spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spctools-discuss.
For more options, visit https://groups.google.com/d/optout.