I'm having a really hard time getting all of the plink input files ready.
/Scripts/plink1.9/plink --vcf genetic-data/ZZFNMDMF.vcf.gz --out ZZFNMDMF --make-founders --make-bed
generates .nosex, .log, .bed, .fam, .bin files. However, I cannot generate the ped file that is also required:
703404669@bioitutil2:~/covid_study2065$ ~/Scripts/plink1.9/plink --vcf genetic-data/ZZFNMDMF.vcf.gz --out ZZFNMDMF --recode compound-genotypes
PLINK v1.90b6.18 64-bit (16 Jun 2020) www.cog-genomics.org/plink/1.9/
(C) 2005-2020 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to ZZFNMDMF.log.
Options in effect:
--out ZZFNMDMF
--recode compound-genotypes
--vcf genetic-data/ZZFNMDMF.vcf.gz
128738 MB RAM detected; reserving 64369 MB for main workspace.
--vcf: ZZFNMDMF-temporary.bed + ZZFNMDMF-temporary.bim + ZZFNMDMF-temporary.fam
written.
661125 variants loaded from .bim file.
1 person (0 males, 0 females, 1 ambiguous) loaded from .fam.
Ambiguous sex ID written to ZZFNMDMF.nosex .
Using 1 thread (no multithreaded calculations invoked).
Before main variant filters, 1 founder and 0 nonfounders present.
Calculating allele frequencies... done.
Total genotyping rate is 0.925025.
661125 variants and 1 person pass filters and QC.
Note: No phenotypes present.
Error: --recode compound-genotypes cannot be used with multi-character allele
names.
Is there an alternative to Plink that doesn't require so much error-prone preparation?