Entering edit mode
2.3 years ago
tea.vuki
▴
20
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!
If you are concerned about the applicability of
bedtools merge
to VCF files, consider usingbcftools
instead: https://samtools.github.io/bcftools/bcftools.html