CCMS-UCSD / GNPS_Workflows

Public Workflows at GNPS
https://gnps.ucsd.edu/
Other
52 stars 43 forks source link

SIRIUS and NAP fails with IIN mgf #388

Open irinakoester opened 4 years ago

irinakoester commented 4 years ago

My SIRIUS run failed (with or without ZODIAC) and so did NAP. Maybe it's a problem because I used the mgf file after IIN? Sirius: ID=52828118369c4f1cbad439251035bbef Sirius+ Zodiac: ID=1b91a880daaa4db2afc895976e0c0e3f NAP: ID=87c25c67717746a5a37a9d9d00c12a33

mwang87 commented 4 years ago

I would recommend not doing IIN as it is known to sometimes do weird renumberings.

robinschmid commented 4 years ago

I have just fixed the renumbering issue. It was accidentally introduced with Kai's spectral merging function (that he ported for my IIN version of MZmine).

You can download from my github. Nothing was changed for IIN. https://github.com/robinschmid/mzmine2/releases/tag/corr_17.7_library_stats

mwang87 commented 4 years ago

Do you know when the fix will go out in the mainline MZMine version?

robinschmid commented 4 years ago

The main version does not need a fix... First we are writing MZmine 3 with a more modular data model, then I need to implement the grouping and IIN for the new data model. This will take a bit.

mwang87 commented 4 years ago

Oh, is IIN only in your particular branch of MZMine2 for now?

robinschmid commented 4 years ago

Yeah the problem is that IIN introduces a completely new data structure - and my plan was to integrate this into the main branch last December in Boston with Tomas - however we decided to first work on MZmine 3 and reprogram the feature data structure from scratch. MZmine 3 is going to add plenty of nice features. We are still working on it.