Hi, I have a problem to convert the .d folder from a ETD trap to xml format. I have no problem to convert .d folderto xml for spectrum from Q-tof. Here is what I saw in the commend line:Command FAILED
Settings:
centroid scans: 0
compress scans: 0
verbose mode: 1
skip checksum: 0
deisotope:0
requirePeptideLikeAbundanceProfile: 0
relativeTolerance: 0
absoluteTolerance: 0
limitChargeState:0
maxChargeState: 0
mzML mode: 0
mzXML mode: 1
input filename: c:/Inetpub/wwwroot/ISB/data/ZSMOAC.D
output filename: c:/Inetpub/wwwroot/ISB/data/ZSMOAC.mzXML
ERROR at .\MHDACWrapper.cpp, 60:
HR = -2147024894
OpenDataFile
unable to open c:/Inetpub/wwwroot/ISB/data/ZSMOAC.D with MassHunter interface
--
You received this message because you are subscribed to the Google Groups "spctools-discuss" group.
To post to this group, send email to spctools...@googlegroups.com.
To unsubscribe from this group, send email to spctools-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
-Matt
>> *Command FAILED*
I'm using CompassXport (Free download from Bruker, after
registration), not CompassXtract
>compassxport -multi d:\data\directory\
will convert all *.yep files of the given data directory to *.mzXML
files which can be read by TPP/X!Tandem. It will automatically dive
into your .D directories.
I used this tool successfully for converting data of the HCTultra/ETD
(Bruker) and the MSD/XCTultra (Agilent).
Those *.mzXML files work only for X!Tandem, not for OMSSA.
For generating *.mgf files usable for OMSSA searches I use
MzXML2Search, bundled with the TPP:
>FOR %I IN (*.mzXML) DO MzXML2Search -mgf -ACID -M2-2 -P5 -I0.01 -B10 -T5000.0 %I
converts all *.mzXML files to OMSSA compatible *.mgf
Saludos, Robert
On Feb 11, 1:04 pm, Matt Chambers <matthew.chamb...@vanderbilt.edu>
wrote: