Skip to content

Commit

Permalink
update conig_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Mar 5, 2024
1 parent d8a9772 commit c2a1e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion workflow/envs/viloca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ dependencies:
- python=3.10.4
- pip
- pip:
- pandas
- git+https://github.com/cbg-ethz/VILOCA@master
3 changes: 2 additions & 1 deletion workflow/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1225,12 +1225,13 @@
"mode": {
"type": "string",
"default": "use_quality_scores",
"enum": ["shorah","learn_error_params","use_quality_scores"],
"description": "Mode in which to run VILOCA: shorah, learn_error_params, use_quality_scores. If quality scores are available, we recommend this option"
},
"extra": {
"type": "string",
"default": "",
"description": "Pass additional options to run `lofreq call`"
"description": "Pass additional options to run `viloca`"
}
},
"default": {},
Expand Down

0 comments on commit c2a1e75

Please sign in to comment.