Hi Kevin!
Thank you! Actually, a did quite the opposite. I first generate.bed, .bim and .fam:
plink --file text_fileset --make-bed --out binary_fileset
and then, from .bed to .vcf
plink --bfile binary_fileset --recode vcf --out new_vcf
It looks it worked. .vcf file is not empty, however, when I try to open it using IGV, it doesn't open.
Now I need to figure out next step.
Thanks