statisticalbiotechnology / maracluster

Matthew The's implementation of MaRaCluster
Apache License 2.0
11 stars 3 forks source link

maracluster producing Unsupported mzML format for MSGF+ #6

Closed BioComSoftware closed 6 years ago

BioComSoftware commented 7 years ago

Hi All,

I'm running *.mzML files created by maracluster INTO into MSGF+. The mzML files are piped into MSGF+ via an OpenMS GenericWrapper.

I get the error below. If, however, I set maracluster to create MGF and then pipe them through another GenericWrapper that calls 'msconvert' (to convert the files from MGF to mzML), MSGF+ works fine.

Is this something you can look into?

Thanks! Mike

ERROR Unsupported mzML format: /tmp/2016-11-17_021229_ubuntu_2893_1/TOPPAS_tmp/maracluster+lfq+blib.2016-11-16.Mikes/033_GenericWrapper_maracluster_python/EToolout/160812_32.mzML does not contain a child term of MS:1000767 (native spectrum identifier format) Unsupported mzML format: /tmp/2016-11-17_021229_ubuntu_2893_1/TOPPAS_tmp/maracluster+lfq+blib.2016-11-16.Mikes/033_GenericWrapper_maracluster_python/EToolout/160812_32.mzML Fatal error: Running MS-GF+ returned an error code '255'. Does the MS-GF+ executable (.jar file) exist? MSGFPlusAdapter took 01:48:40 h (wall), 0.08 s (CPU), 0.00 s (system), 0.08 s (user).

MatthewThe commented 7 years ago

I will look into this. So far I have not been able to reproduce this error on my system (direct mzML input into MSGFPlusAdapter in OpenMS 2.0, with MS-GF+ v10072), or is the error produced by the GenericWrapper?

Running the FileInfo tool of OpenMS in validation mode did reveal a couple of issues with the mzML output from MaRaCluster, including the one mentioned above. I will resolve those and get back to you. (Though it should be noted that the mzML output from msconvert shows some issues as well, so apparently the check is stricter than many tools require.)

MatthewThe commented 7 years ago

I resolved most mzML validation issues, except a few that msconvert output also produces.

Can you test if it works with this binary: maracluster.tar.gz

BioComSoftware commented 7 years ago

Awesome. I'll try it out :)

MatthewThe mailto:notifications@github.com 21 November 2016 at 11:17

I resolved most mzML validation issues, except a few that msconvert output also produces.

Can you test if it works with this binary: maracluster.tar.gz https://github.com/statisticalbiotechnology/maracluster/files/603267/maracluster.tar.gz

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/statisticalbiotechnology/maracluster/issues/6#issuecomment-261897695, or mute the thread https://github.com/notifications/unsubscribe-auth/AGX53jscnn91yqjaauWdv12vDgesecq2ks5rAW_PgaJpZM4K2eT4.

Michael Rightmire

B.Sci. Molecular Biotechnology

MCSE,MCP+I,HPUXCA,CompTIA,VDE, SIAM,ISCB

Skype:RightmireM

+49-721-1320-2562 (DE)

+1-408-890-2121 (USA)

Biocom Biotechnology and Software BiocomSoftware.Com Http://biocomsoftware.com

BiocomSoftware.De http://Biocomsoftware.de //

The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. If you are not the intended recipient of this message or their agent, or if this message has been addressed to you in error, please immediately alert the sender by reply email and then delete this message and any attachments. If you are not the intended recipient, you are hereby notified that any use, dissemination, copying, or storage of this message or its attachments is strictly prohibited.

MatthewThe commented 7 years ago

Have you had a chance to test the new binary?