Skip to content

Commit

Permalink
Merge pull request #114 from uparma/update/param_value_translation
Browse files Browse the repository at this point in the history
Update/param value translation
  • Loading branch information
fu authored Dec 1, 2022
2 parents cace565 + 5f6d06d commit f4eb35a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,8 @@
"default_value": -1,
"description": "Number of used cpus/threads\n\n -1 : 'max - 1'\n >0 : cpu num",
"key_translations": {
"align_scans_dbscan_style_1": "cpus",
"align_files_dbscan_style_1": "n_jobs",
"align_scans_dbscan_style_1": "n_jobs",
"bowtie_style_1": "-p",
"comet_style_1": "num_threads",
"cutadapt_style_1": "-j",
Expand Down Expand Up @@ -3724,12 +3725,6 @@
],
"triggers_rerun": false,
"value_translations": {
"align_scans_dbscan_style_1": [
[
-1,
"max - 1"
]
],
"bowtie_style_1": [
[
-1,
Expand Down

0 comments on commit f4eb35a

Please sign in to comment.