Replies: 1 comment 1 reply
-
For Bruker it's a bit tricky because some pipelines are using the MGF file produced by Data Analyst (if I remember well the name of the tool). Otherwise I like the idea. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We released this year the PRIDE Archive USI (e.g https://www.ebi.ac.uk/pride/archive/usi?usi=mzspec:PXD000561:Adult_Frontalcortex_bRP_Elite_85_f09:scan:17555:VLHPLEGAVVIIFK/2), the service aims to retrieve from any public or private dataset a given spectrum from PRIDE and render it. On top, you can visualize your own peptide in proforma representation. The idea is that for example in Papers, you don’t need to screenshot anymore the spectra but give the URL to PRIDE Archive in USI format. In the background of that service, when a USI query is performed, we look for the file in the infrastructure and read the corresponding scan from the raw file. (we have a python API for that). Currently, Python API uses ThermoRawFileParser to get the corresponding scan, ThermoRawFileParser do not need to convert the entire file to mzML, but only the corresponding scan . Because we are only using ThermoRawFile parser, we can only support Thermo data. But if in the future this project supports thermo, bruker and mzMLs we can replace ThermoRawFile parser with this.
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions