sirius-ms / sirius

SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
GNU Affero General Public License v3.0
78 stars 17 forks source link

SIRIUS 6: No Id field in the output summary files #159

Open fumiomatsuda opened 3 weeks ago

fumiomatsuda commented 3 weeks ago

Dear SIRIUS development team.

Thanks a lot for developing SIRIUS!

I tested the new SIRIUS 6 last night. I did a compound annotation task using more than 3000 .ms files of MS2 data obtained from MassBank.

I tried to obtain search results from the output summary files and found that the structure_identifications.tsv and all other files does not have "id" field. The compound_identifications.tsv file generated by SIRIUS5 included the "compound" information in ".ms" file, like

compound MSBNK-BGC_Munich-RP000301 in the "Id" field, which was very convenient and essential to retrieve the search result.

It would be my great pleasure if this point is considered in the next update.

Thanks

Fumio

kaibioinfo commented 3 weeks ago

Hi, there should be two id columns:

It seems that the name in the .ms file is currently not used for the mappingFeatureId, which is likely a bug we can fix with the next patch.