diff --git a/scripts/convert_fusions_to_vcf.sh b/scripts/convert_fusions_to_vcf.sh index 51e36d0..0145287 100755 --- a/scripts/convert_fusions_to_vcf.sh +++ b/scripts/convert_fusions_to_vcf.sh @@ -34,7 +34,8 @@ awk -F '\t' ' FILENAME == "/dev/stdin" { contigs[$0] } FILENAME != "/dev/stdin" && $1 in contigs { print "##contig=" } ' /dev/stdin "$ASSEMBLY.fai" >> "$OUTPUT" -echo '##INFO= +echo '##FILTER= +##INFO= ##INFO= ##INFO= ##INFO=