This is a test version of Biostars. For the public version, visit https://www.biostars.org.
VCF to Bed file format using GATK

Hi, I am trying to convert my VCF file to a bed file however am incurring some issues.

I am using the command suggested by GATK best practices for VariantsToBinaryPed however i KEEP on getting the message that -bin option has not been given eventhough it has.

Thank you so much for help in advance!

gatk rna-seq bed vcf

1 answer

Is there any reason you need to use GATK for this? Just use "plink --vcf [filename] --make-bed".

Thank you so much for your help!

I was actually incurring a different error with the GATK command which I was able to fix. The problem was a simple mixup.

Log in to answer this question.