You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so just to be sure and document it here. Veit mentioned this project to us for potential use in ProteoBench. We aim to parse parameter files into a common format (or at least parts of it).
Currently there is no way to create an SDRF files with all possible information which can be added to SDRF based on search engine parameter file, e.g. mqpar.xml from MaxQuant.
Great idea and simple enough. I will define a AbstractConfigConverter as it already exists for the other way around (SDRF -> Config).
Do you already have some validation or something in mind which is ture for multiple configs?
As just discuessed in the call:
To adjust our work a bit, we could/shoudl take the information from this file https://github.com/bigbio/sdrf-pipelines/blob/master/sdrf_pipelines/sdrf_merge/param2sdrf.yml and make it usable as input file for the sdrf_convert (and the other way around).
My idea would be to use the same naming of the parameters in the CLI (at least as an alias to the searchengine-specifc naming), but also maybe make a call possible which picks up a configured yaml file instead of typing everything into the CLI.
Hey,
so just to be sure and document it here. Veit mentioned this project to us for potential use in ProteoBench. We aim to parse parameter files into a common format (or at least parts of it).
Currently there is no way to create an SDRF files with all possible information which can be added to SDRF based on search engine parameter file, e.g.
mqpar.xml
from MaxQuant.Reference: Proteobench/ProteoBench#58
The text was updated successfully, but these errors were encountered: