Skip to content

Commit b7f46de

Browse files
committed
Fix pipeline specific options in docs
1 parent dec66ea commit b7f46de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Less common options for the pipeline, typically set in a config file.
8383
Options specific to the execution of this pipeline
8484

8585
| Parameter | Description | Type | Default | Required | Hidden |
86-
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------- | --- | --- |
86+
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------- |
8787
| `callers` | A comma-seperated list of callers to use. Can be one or more these: smoove | delly | manta | gridss | expansionhunter. At the moment Gridss runs very slowly compared to all other tools so it's only advised to use it when it's needed. | `string` | manta,smoove,delly,expansionhunter,wisecondorx | | |
8888
| `output_callers` | Output the VCF files from different callers. Warning: This produces a lot of additional output and should only be used for testing purposes | `boolean` | | | |
8989
| `sv_callers_support` | The minimum amount of SV callers that should detect a variant. All variants that have a lower amount of callers supporting it, will be removed. (Only used when more than one caller is given) | `integer` | 1 | | |

0 commit comments

Comments
 (0)