This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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!

bedtools bed

2 answers

Hello, Bedtools merge returns bed files, even with VCF input.

try merge command in VCFtools , also there many many others tools in the net.

Log in to answer this question.