Skip to content

Commit

Permalink
add cytocluster params
Browse files Browse the repository at this point in the history
  • Loading branch information
vgp57214_gsk committed Mar 26, 2024
1 parent abcb16b commit 4526693
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
91 changes: 91 additions & 0 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -21580,5 +21580,96 @@
"cytocluster_qc"
],
"value_type": "str"
},
{
"description": "Directory with QC to plot",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--inputDir",
"ursgal_style_1": "input_dir"
},
"name": "input_dir",
"tag": [
"cytocluster_qc_summary"
],
"value_type": "str"
},
{
"description": "Output directory",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--outDir",
"ursgal_style_1": "out_dir"
},
"name": "out_dir",
"tag": [
"cytocluster_qc_summary"
],
"value_type": "str"
},
{
"description": "FCS file to be preprocessed",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--fcs",
"ursgal_style_1": "fcs_file"
},
"name": "fcs_file",
"tag": [
"cytocluster_routine_gating"
],
"value_type": "str"
},
{
"description": "Gating strategy into a CSV file",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--gatingStrategy",
"ursgal_style_1": "gating_strategy"
},
"name": "gating_strategy",
"tag": [
"cytocluster_routine_gating"
],
"value_type": "str"
},
{
"description": "Output directory",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--outDir",
"ursgal_style_1": "out_dir"
},
"name": "out_dir",
"tag": [
"cytocluster_routine_gating"
],
"value_type": "str"
},
{
"description": "Directory with QC to plot",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--inputDir",
"ursgal_style_1": "input_dir"
},
"name": "input_dir",
"tag": [
"cytocluster_routine_gating_summary"
],
"value_type": "str"
},
{
"description": "Output directory",
"default_value": "",
"key_translations": {
"cytocluster_style_1": "--outDir",
"ursgal_style_1": "out_dir"
},
"name": "out_dir",
"tag": [
"cytocluster_routine_gating_summary"
],
"value_type": "str"
}
]
8 changes: 8 additions & 0 deletions jsons/styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
"4.1"
]
},
{
"name": "cytocluster",
"reference": "Ursgal2 Team",
"style": "cytocluster_style_1",
"versions": [
"1.2.8"
]
},
{
"name": "DIA-NN",
"reference": "Demichev, V., Messner, C.B., Vernardis, S.I. et al. DIA-NN: neural networks and interference correction enable deep proteome coverage in high throughput. Nat Methods 17, 41\u201344 (2020)",
Expand Down

0 comments on commit 4526693

Please sign in to comment.