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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,11 @@ Input:
53
53
Example input file:
54
54
sample1 /path/to/your/file.vcf
55
55
sample2 /path/to/your/file2.vcf
56
-
* --reference: path to the FASTA genome reference (indexes expected *.fai, *.dict)
57
56
58
57
Optional input:
58
+
* --reference: path to the FASTA genome reference (indexes expected *.fai, *.dict) [required for normalization]
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