You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextflow.config
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Input:
57
57
58
58
Optional input:
59
59
* --output: the folder where to publish output
60
+
* --skip_normalization: flag indicating to skip all normalization steps
60
61
* --skip_decompose_complex: flag indicating not to split complex variants (ie: MNVs and combinations of SNVs and indels)
61
62
* --filter: specify a comma-separated list of filters to apply (e.g.: PASS,.), only variants with these values will be kept. If not provided all varianst are kept
62
63
* --vcf-without-ad: indicate when the VCFs to normalize do not have the FORMAT/AD annotation
0 commit comments