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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ env {
27
27
// Capture exit codes from upstream processes when piping
28
28
process.shell = ['/bin/bash', '-euo', 'pipefail']
29
29
30
-
VERSION='2.1.0'
30
+
VERSION='2.1.1'
31
31
32
32
cleanup=true
33
33
@@ -63,6 +63,8 @@ Optional input:
63
63
* --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
64
64
* --vcf-without-ad: indicate when the VCFs to normalize do not have the FORMAT/AD annotation
65
65
* --input_bams: a tab-separated values file containing in each row the sample name, tumor and normal BAM files for annotation with Vafator
66
+
* --skip_multiallelic_filter: after VAFator annotations if any multiallelic variant is present (ie: two different
67
+
mutations in the same position) only the highest VAF variant is kept unless this flag is passed
66
68
* --snpeff_organism: the SnpEff organism name (eg: hg19, hg38, GRCh37.75, GRCh38.99)
67
69
* --snpeff_datadir: the SnpEff data folder where the reference genomes were previously downloaded. Required if --snpeff_organism is provided
0 commit comments