-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement support for uploading (and storing) workflow configuration files #58
Comments
I had to parse a lot of parameter files for a submission into a table format. It is not yet a standalone module, but the functionality should be fairly general: |
Aim for now:
|
I am making a table with the list of parameters that we want to keep, and their description. |
If you look at e.g. json and xml files in the
I think ideally the table will be build from a schema in the code. Looking at the first example, I would store the maxquant information rather using |
We noticed lack of consistency in the msfragger.params.toml file between the upper/lower tolerance bounds and the mass tolerance:
We need to contact the developers to ask how to deal with it. |
precursor_mass_lower and precursor_mass_upper is defined for some pre-searching step. We'll ignore them |
For FragPipe we need to contact the developers to ask where to find the parameters. We'll send an email when we have a define set of parameters that we need. |
And here is the table Veit mentioned: link Potentially it could be a good idea to take their parameter naming to keep the projects in sync. |
Of course! I totally agree |
@RobbinBouwmeester Can you show me the current results.json? The one I linked in the main folder on the main branch is seven months old and did not look like the one you showed. |
Discussion with Veit, Viki, Klemen, Julian, Witold and Nadja on a curate list of parameters. Based on that, I will
Ressources: |
Next to structured and unstructured metadata, we would like to support the upload of configuration files (e.g., mqpar.xml) to be stored alongside the intermediate files and the metadata.
The text was updated successfully, but these errors were encountered: