compomics / searchgui

Highly adaptable common interface for proteomics search and de novo engines
http://compomics.github.io/projects/searchgui.html
40 stars 16 forks source link

Issues with custom PTMs or mgf input files or search parameters? #176

Closed 1Moe closed 6 years ago

1Moe commented 6 years ago

Hi Harald and Marc,

Ms Amanda, Mirymatch and Andromeda terminate my SearchGui searches early, unsure why. Tide works but gives odd results.

X!tandem, MS-GF, and Comet seem to work reasonably well.

I've attached the SearchGui log file and the mgf in question(from a Bruker Ultraflex MALDI TOF, I named it mgf_test.log but just rename file ending to .mgf).

Any help or insight would be much appreciated. Cheers Moe SearchGUI 3.3.1 log.txt mgf_test.log

mvaudel commented 6 years ago

Hi Moe, Thanks for sharing, can you also attach the html report that was produced after the search? If you want to keep these files private, do not hesitate to send it to my email address: marc.vaudel at uib.no. Thanks, Marc

1Moe commented 6 years ago

Hi Marc, thanks, I've sent through the HTML files to you!

mvaudel commented 6 years ago

Hi again,

Thanks, the search engines seems to be encountering several issues:

But in the end, if X!Tandem, Comet, and ms-gf+ worked fine, maybe it is sufficient?

Hope this helps,

Marc

hbarsnes commented 6 years ago

Hi Moe,

About the MS Amanda issues, they seems to be due to a bug in the way MS Amanda maps to Unimod, as it tries to find "Delta:H(8)" while the name in the MS Amanda settings file is "Delta:H(8)C(6)O(1)(K)".

There may also be some issues with two of your modifications (http://www.unimod.org/modifications_view.php?editid1=1312 and http://www.unimod.org/modifications_view.php?editid1=1313) not being in the verified part of Unimod and thus not in the latest Unimod xml file: http://www.unimod.org/xml/unimod.xml. (Note that the Unimod file included with MS Amanda is also not the latest. You can update it manually though.)

In any case, I'd recommend contacting the MS Amanda developers directly: https://groups.google.com/forum/#!forum/msamanda.

Also, it seems like you are using Java 10? I'd recommend changing to the more stable Java 8 as some of the issue you are having ("WARNING: An illegal reflective access operation has occurred") seems to only occur on Java 10 (and maybe Java 9?). There could also be a newer version of Java 10 that you could try?

Best regards, Harald

1Moe commented 6 years ago

Hi Marc and Harald,

thanks for your detailed answers: I'm now just using X!Tandem, Comet, and ms-gf+, which works fine. I've changed to Java version 8.

Thanks for your help! Moe