Entering edit mode
5.7 years ago
bg1116
•
0
./snptest -data ${datadir}/chr1.dose.vcf.gz \ -summary_stats_only \ -genotype_field DS \ -o ${outputdir}/chr${chr}.assoc.txt
And getting this error: ERROR: -data must be supplied an even number of values.
Any help with this error would be greatly appreciated.