From: Kessner, D. E. <Dar...@cs...> - 2008-02-14 00:15:53
|
Hi all, Please excuse me if this has been discussed before. In mzXML, the <software> element is encoded as follows: <software type="acquisition" name="Xcalibur" version="1.3 alpha 8"/> In mzML, we have: <software id="Xcalibur"> <softwareParam cvLabel="MS" accession="MS:1000532" name="Xcalibur" version="2.0.5"/> </software> Note that the name and version are encodable, but there is no convenient place to save the "type" attribute, since the <software> element does not have <cvParam> or <userParam> sub-elements. Currently this causes a loss of this info when converting mzXML->mzML. If there is a good place to put this attribute, the conversion mzXML -> mzML -> mzXML will be doable with no loss of information. (I think this is the last missing piece). Or perhaps it's no great loss? I don't have a strong attachment to this attribute -- just thought it would be nice to be able to get the same mzXML after converting to and from mzML... Thoughts? Darren Darren Kessner Scientific Programmer Dar...@cs... 310-423-9538 Spielberg Family Center for Applied Proteomics Cedars-Sinai Medical Center http://www.sfcap.cshs.org/ IMPORTANT WARNING: This message is intended for the use of the person or entity to which it is addressed and may contain information that is privileged and confidential, the disclosure of which is governed by applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this information is STRICTLY PROHIBITED. If you have received this message in error, please notify us immediately by calling (310) 423-6428 and destroy the related message. Thank You for your cooperation. |