We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0633c6 commit 5322038Copy full SHA for 5322038
callers/vardict
@@ -15,6 +15,6 @@ samp="$5"
15
16
vardict-java -G "$genome" -N "$samp" -b "$bam" -v -c 1 -S 2 -E 3 "$peaks" -VS SILENT | \
17
teststrandbias.R | var2vcf_valid.pl | \
18
-awk -F $"\t" -v 'OFS=\t' '/^#/ || $5 !~ /<dup/' | \
+awk -F $"\t" -v 'OFS=\t' '/^#/ || $4 !~ /^(R|Y|M|W|S|K|V|H|D|B|N)$/ && $5 !~ /<dup/' | \
19
bgzip > "$output_dir/vardict.vcf.gz" && \
20
tabix -p vcf -f "$output_dir/vardict.vcf.gz"
0 commit comments