Skip to content

Commit

Permalink
fix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vgp57214_gsk committed Mar 28, 2024
1 parent 036b495 commit b6914d9
Showing 1 changed file with 8 additions and 143 deletions.
151 changes: 8 additions & 143 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -21512,7 +21512,7 @@
},
"name": "fcs_file",
"tag": [
"cytocluster_qc"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21539,7 +21539,7 @@
},
"name": "compensation_required",
"tag": [
"cytocluster_qc"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21566,7 +21566,7 @@
},
"name": "compensation_dir",
"tag": [
"cytocluster_qc"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21593,7 +21593,7 @@
},
"name": "compensation_files",
"tag": [
"cytocluster_qc"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21620,7 +21620,7 @@
},
"name": "qc_method",
"tag": [
"cytocluster_qc"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21647,7 +21647,7 @@
},
"name": "out_dir",
"tag": [
"cytocluster_qc"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21674,7 +21674,7 @@
},
"name": "input_dir",
"tag": [
"cytocluster_qc_summary"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21692,60 +21692,6 @@
},
"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_translations": {
"cytocluster_style_1": [
[
"out_dir",
"--outDir"
]
],
"ursgal_style_1": [
[
"--outDir",
"--outDir"
]
]
},
"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_translations": {
"cytocluster_style_1": [
[
"fcs",
"--fcs"
]
],
"ursgal_style_1": [
[
"--fcs",
"--fcs"
]
]
},
"value_type": "str"
},
{
"description": "Gating strategy into a CSV file",
"default_value": "",
Expand All @@ -21755,7 +21701,7 @@
},
"name": "gating_strategy",
"tag": [
"cytocluster_routine_gating"
"cytocluster"
],
"value_translations": {
"cytocluster_style_1": [
Expand All @@ -21772,86 +21718,5 @@
]
},
"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_translations": {
"cytocluster_style_1": [
[
"out_dir",
"--outDir"
]
],
"ursgal_style_1": [
[
"--outDir",
"--outDir"
]
]
},
"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_translations": {
"cytocluster_style_1": [
[
"input_dir",
"--inputDir"
]
],
"ursgal_style_1": [
[
"--inputDir",
"--inputDir"
]
]
},
"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_translations": {
"cytocluster_style_1": [
[
"out_dir",
"--outDir"
]
],
"ursgal_style_1": [
[
"--outDir",
"--outDir"
]
]
},
"value_type": "str"
}
]

0 comments on commit b6914d9

Please sign in to comment.