BEDtools merge output
Hello, bedtools merge can take several input types: <BED/GFF/VCF/BAM> , my question is whether output is always in BED format? For example if I run the command bedtools merge -i example.vcf, output will be in BED format and not VCF format?
Thanks in advance!
• 1,565 views
•
link
2 answers
Hello, Bedtools merge returns bed files, even with VCF input.
• 0 views
•
link
Log in to answer this question.
If you are concerned about the applicability of
bedtools mergeto VCF files, consider usingbcftoolsinstead: https://samtools.github.io/bcftools/bcftools.html