Entering edit mode
                    3.2 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 mergeto VCF files, consider usingbcftoolsinstead: https://samtools.github.io/bcftools/bcftools.html