-
Notifications
You must be signed in to change notification settings - Fork 11
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
removed default parameters #94
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
943da1b
removed default parameters
viikiid b5ac9c8
Merge branch 'main' into parameters_error_messages
viikiid 98f2bf5
Merge branch 'main' into parameters_error_messages
viikiid b37f8af
added interface to upload meta data files #98
viikiid 32b7c64
Merge branch 'main' into parameters_error_messages
RobbinBouwmeester 419d655
Merge branch 'main' into parameters_error_messages
RobbinBouwmeester File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version": {"type": "text_input", "label": "Search engine version", "value": {"MaxQuant": 1.0, "AlphaPept": 1.0, "MSFragger": 1.0, "Proline": 1.0, "WOMBAT": 1.0}}, "software_name": {"type": "text_input", "label": "Search engine name", "value": {"MaxQuant": "MaxQuant", "AlphaPept": "AlphaPept", "MSFragger": "MSFragger", "Proline": "Proline", "WOMBAT": "WOMBAT"}}, "fdr_psm": {"type": "number_input", "label": "FDR psm", "value": {"MaxQuant": 0.01, "AlphaPept": 0.01, "MSFragger": 0.01, "Proline": 0.01, "WOMBAT": 0.01}, "min_value": 0.0, "max_value": 1.0, "format": "%.4f"}, "fdr_peptide": {"type": "number_input", "label": "FDR peptide", "value": {"MaxQuant": 0.01, "AlphaPept": 0.01, "MSFragger": 0.01, "Proline": 0.01, "WOMBAT": 0.01}, "min_value": 0.0, "max_value": 1.0, "format": "%.4f"}, "fdr_protein": {"type": "number_input", "label": "FDR protein", "value": {"MaxQuant": 0.01, "AlphaPept": 0.01, "MSFragger": 0.01, "Proline": 0.01, "WOMBAT": 0.01}, "min_value": 0.0, "max_value": 1.0, "format": "%.4f"}, "precursor_mass_tolerance": {"type": "number_input", "label": "Precursor mass tolerance", "value": {"MaxQuant": 10.0, "AlphaPept": 10.0, "MSFragger": 10.0, "Proline": 10.0, "WOMBAT": 10.0}, "min_value": 0.0, "max_value": 5.0, "format": "%.4f"}, "precursor_mass_tolerance_unit": {"type": "selectbox", "label": "Precursor tolerance unit", "value": {"MaxQuant": "PPM", "AlphaPept": "PPM", "MSFragger": "PPM", "Proline": "PPM", "WOMBAT": "PPM"}, "options": ["PPM", "Da"]}, "fragment_mass_tolerance": {"type": "number_input", "label": "Fragment mass tolerance", "value": {"MaxQuant": 10.0, "AlphaPept": 10.0, "MSFragger": 10.0, "Proline": 10.0, "WOMBAT": 10.0}, "min_value": 0.0, "max_value": 5.0, "format": "%.4f"}, "fragment_mass_tolerance_unit": {"type": "selectbox", "label": "Fragment mass tolerance unit", "value": {"MaxQuant": "PPM", "AlphaPept": "PPM", "MSFragger": "PPM", "Proline": "PPM", "WOMBAT": "PPM"}, "options": ["PPM", "Da"]}, "search_enzyme_name": {"type": "selectbox", "label": "Enzyme", "value": {"MaxQuant": "Trypsin", "AlphaPept": "Trypsin", "MSFragger": "Trypsin", "Proline": "Trypsin", "WOMBAT": "Trypsin"}, "options": ["Trypsin", "Chemotrypsin"]}, "allowed_missed_cleavage": {"type": "number_input", "label": "Maximum allowed number of missed cleavage", "value": {"MaxQuant": 2, "AlphaPept": 2, "MSFragger": 2, "Proline": 2, "WOMBAT": 2}, "format": "%d"}, "fixed_mods": {"type": "text_input", "label": "Specify the fixed mods that were set", "value": {"MaxQuant": "CAM", "AlphaPept": "CAM", "MSFragger": "CAM", "Proline": "CAM", "WOMBAT": "CAM"}}, "variable_mods": {"type": "text_input", "label": "Specify the variable mods that were set (separated by a comma)", "value": {"MaxQuant": "MOxid, 'N-term Acetyl'", "AlphaPept": "MOxid, 'N-term Acetyl'", "MSFragger": "MOxid, 'N-term Acetyl'", "Proline": "MOxid, 'N-term Acetyl'", "WOMBAT": "MOxid, 'N-term Acetyl'"}}, "precursor_charge": {"type": "text_input", "label": "Possible charge states (separated by a comma)", "value": {"MaxQuant": "2,3,4,5,6", "AlphaPept": "2,3,4,5,6", "MSFragger": "2,3,4,5,6", "Proline": "2,3,4,5,6", "WOMBAT": "2,3,4,5,6"}}, "max_num_mods_on_peptide": {"type": "number_input", "label": "Maximum number of modifications on peptides", "value": {"MaxQuant": 2, "AlphaPept": 2, "MSFragger": 2, "Proline": 2, "WOMBAT": 2}, "format": "%d"}, "min_peptide_length": {"type": "number_input", "label": "Minimum peptide length", "value": {"MaxQuant": 6, "AlphaPept": 6, "MSFragger": 6, "Proline": 6, "WOMBAT": 6}, "format": "%d"}, "max_peptide_length": {"type": "number_input", "label": "max_peptide_length", "value": {"MaxQuant": 25, "AlphaPept": 25, "MSFragger": 25, "Proline": 25, "WOMBAT": 25}, "format": "%d"}, "mbr": {"type": "checkbox", "label": "Quantified with MBR", "value": {"MaxQuant": true, "AlphaPept": true, "MSFragger": true, "Proline": true, "WOMBAT": true}}, "workflow_description": {"type": "text_area", "label": "Fill in details not specified above, such as:", "value": {"MaxQuant": "This workflow was run with isotope errors considering M-1, M+1, and M+2 ...", "AlphaPept": "This workflow was run with isotope errors considering M-1, M+1, and M+2 ...", "MSFragger": "This workflow was run with isotope errors considering M-1, M+1, and M+2 ...", "Proline": "This workflow was run with isotope errors considering M-1, M+1, and M+2 ...", "WOMBAT": "This workflow was run with isotope errors considering M-1, M+1, and M+2 ..."}, "height": 275}} | ||
{"version": {"type": "text_input", "label": "Search engine version", "placeholder" : "1.0"}, "software_name": {"type": "text_input", "label": "Search engine name", "value": {"MaxQuant": "MaxQuant", "AlphaPept": "AlphaPept", "MSFragger": "MSFragger", "Proline": "Proline", "WOMBAT": "WOMBAT"}}, "fdr_psm": {"type": "number_input", "label": "FDR psm", "min_value": 0.0, "max_value": 1.0, "format": "%.4f"}, "fdr_peptide": {"type": "number_input", "label": "FDR peptide", "min_value": 0.0, "max_value": 1.0, "format": "%.4f"}, "fdr_protein": {"type": "number_input", "label": "FDR protein", "min_value": 0.0, "max_value": 1.0, "format": "%.4f"}, "precursor_mass_tolerance": {"type": "number_input", "label": "Precursor mass tolerance", "min_value": 0.0, "max_value": 200.0, "format": "%.4f"}, "precursor_mass_tolerance_unit": {"type": "selectbox", "label": "Precursor tolerance unit", "value": {"MaxQuant": "-", "AlphaPept": "-", "MSFragger": "-", "Proline": "-", "WOMBAT": "-"}, "options": ["-", "PPM", "Da"]}, "fragment_mass_tolerance": {"type": "number_input", "label": "Fragment mass tolerance", "min_value": 0.0, "max_value": 100.0, "format": "%.4f"}, "fragment_mass_tolerance_unit": {"type": "selectbox", "label": "Fragment mass tolerance unit", "value": {"MaxQuant": "-", "AlphaPept": "-", "MSFragger": "-", "Proline": "-", "WOMBAT": "-"}, "options": ["-", "PPM", "Da"]}, "search_enzyme_name": {"type": "selectbox", "label": "Enzyme", "value": {"MaxQuant": "-", "AlphaPept": "-", "MSFragger": "-", "Proline": "-", "WOMBAT": "-"}, "options": ["-", "Trypsin", "Chemotrypsin"]}, "allowed_missed_cleavage": {"type": "number_input", "label": "Maximum allowed number of missed cleavage", "min_value": 0, "max_value": 10,"format": "%d"}, "fixed_mods": {"type": "text_input", "label": "Specify the fixed mods that were set", "placeholder": "CAM"}, "variable_mods": {"type": "text_input", "label": "Specify the variable mods that were set (separated by a comma)", "placeholder": "MOxid, N-term Acetyl"}, "precursor_charge": {"type": "text_input", "label": "Possible charge states (separated by a comma)", "placeholder": "2,3,4,5,6"}, "max_num_mods_on_peptide": {"type": "number_input", "label": "Maximum number of modifications on peptides", "min_value": 0, "max_value": 10,"format": "%d"}, "min_peptide_length": {"type": "number_input", "label": "Minimum peptide length", "min_value": 0, "max_value": 100,"format": "%d"}, "max_peptide_length": {"type": "number_input", "label": "Maximum peptide length", "min_value": 0, "max_value": 1000,"format": "%d"}, "mbr": {"type": "checkbox", "label": "Quantified with MBR", "value": {"MaxQuant": false, "AlphaPept": false, "MSFragger": false, "Proline": false, "WOMBAT": false}}, "workflow_description": {"type": "text_area", "label": "Fill in details not specified above", "placeholder": "This workflow was run with isotope errors considering M-1, M+1, and M+2 ...'", "height": 275}} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file automatically created? Then we might want to format it using
indent=2
orindent=4
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, from this file all parameters in the UI are generated