Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export MGF with annotated fragment ions? #482

Open
denisbeslic opened this issue Apr 4, 2022 · 1 comment
Open

Export MGF with annotated fragment ions? #482

denisbeslic opened this issue Apr 4, 2022 · 1 comment
Assignees

Comments

@denisbeslic
Copy link

Hi!

Is it possible to export the mgf file with the identified fragment ions?

I run a database search via DeNovoGUI using MSGF+ & XTandem!, and want a mgf with the annotated b- and y-ions as a result.

For example:

Input MGF

BEGIN IONS
TITLE=test1
RTINSECONDS=562.54803
PEPMASS=479.76953
CHARGE=2+
211.9772644 1524.0 
226.1559906 10176.0 
305.6876221 1620.0
306.1850586 1068.0
317.1324158 1120.0 
331.1958008 1400.0 
...

Output MGF

BEGIN IONS
TITLE=test1
RTINSECONDS=562.54803
PEPMASS=479.76953
CHARGE=2+
211.9772644 1524.0 
226.1559906 10176.0 b1
305.6876221 1620.0
306.1850586 1068.0
317.1324158 1120.0 b2
331.1958008 1400.0 b3
...

Or is there another way to export the exact mass of the identified fragment ions?

@hbarsnes hbarsnes self-assigned this Apr 7, 2022
@hbarsnes
Copy link
Member

hbarsnes commented Apr 7, 2022

As far as I know, this is not something we support at the moment. It should not be too difficult to implement, but I'm afraid we do not have the resources that allows us to prioritize it right now. I will however put it on the request list and maybe we'll get to it at some point. No guarantees though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants