Skip to content

Commit

Permalink
Merge pull request #106 from uparma/mx_qc_params
Browse files Browse the repository at this point in the history
added experiment_setup params for mx_qc_style_1
  • Loading branch information
MKoesters authored Sep 29, 2022
2 parents d4188d9 + dbf3a35 commit 3be3d29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6062,6 +6062,7 @@
"filter_nonbiological_ions_style_1": "condition",
"flash_lfq_style_1": "Condition",
"merge_analytical_replicates_style_1": "condition",
"mx_qc_style_1": "condition",
"pw-stats_style_1": "Condition",
"ursgal_style_1": "exp-setup_condition"
},
Expand All @@ -6081,6 +6082,7 @@
"filter_nonbiological_ions_style_1": "filename",
"flash_lfq_style_1": "FileName",
"merge_analytical_replicates_style_1": "filename",
"mx_qc_style_1": "filename",
"pw-stats_style_1": "FileName",
"ursgal_style_1": "exp-setup_filename"
},
Expand Down Expand Up @@ -6130,6 +6132,7 @@
"correct_instrument_drift_style_1": "ms_run_index",
"filter_nonbiological_ions_style_1": "ms_run_index",
"merge_analytical_replicates_style_1": "ms_run_index",
"mx_qc_style_1": "ms_run_index",
"ursgal_style_1": "exp-setup_ms_run_index"
},
"name": "exp-setup_ms_run_index",
Expand Down Expand Up @@ -6163,6 +6166,7 @@
"correct_instrument_drift_style_1": "sample_index",
"filter_nonbiological_ions_style_1": "sample_index",
"merge_analytical_replicates_style_1": "sample_index",
"mx_qc_style_1": "sample_index",
"ursgal_style_1": "exp-setup_sample_index"
},
"name": "exp-setup_sample_index",
Expand All @@ -6180,6 +6184,7 @@
"correct_instrument_drift_style_1": "sample_type",
"filter_nonbiological_ions_style_1": "sample_type",
"merge_analytical_replicates_style_1": "sample_type",
"mx_qc_style_1": "sample_type",
"ursgal_style_1": "exp-setup_sample_type"
},
"name": "exp-setup_sample_type",
Expand All @@ -6198,6 +6203,7 @@
"filter_nonbiological_ions_style_1": "analytical_replicate",
"flash_lfq_style_1": "Techrep",
"merge_analytical_replicates_style_1": "analytical_replicate",
"mx_qc_style_1": "analytical_replicate",
"pw-stats_style_1": "TechnicalReplicate",
"ursgal_style_1": "exp-setup_technical_replicate"
},
Expand All @@ -6218,6 +6224,7 @@
"filter_nonbiological_ions_style_1": "metadata",
"flash_lfq_style_1": "experiment_setup\nFormat:\n{\"1\": {\"FileName\": <filename as in identfile>, \"Condition\":<str>, \"Biorep\": <int>, \"Fraction\": <int>, \"Techrep\": <int>},\n\"2\": ....\n}\n",
"merge_analytical_replicates_style_1": "metadata",
"mx_qc_style_1": "metadata",
"pw-stats_style_1": "experimental_design",
"ursgal_style_1": "experiment_setup"
},
Expand Down

0 comments on commit 3be3d29

Please sign in to comment.