Skip to content

Commit

Permalink
Config manual
Browse files Browse the repository at this point in the history
 - updating config.html
 - slight improvement of the haploclique->extra description
  • Loading branch information
DrYak committed Feb 5, 2022
1 parent 55d8ea9 commit 02ce515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/config.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workflow/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@
"extra_parameters": {
"type": "string",
"default": "",
"description": "additional parameters to be passed to haploclique. Warning: this won't overwrite the other options (e.g. 'clique_size_limit' should still be set via its own config parameter)."
"description": "additional parameters to be passed to haploclique.\n\nWarning: this won't overwrite the other options (e.g. `clique_size_limi` and `max_num_cliques` should still be set via their [own](#haploclique_clique_size_limit) [respective](#haploclique_max_num_cliques) properties, do not pass parameters `--limit_clique_size=` nor `--max_cliques=` via this `extra` property)."
}
},
"default": {},
Expand Down

0 comments on commit 02ce515

Please sign in to comment.