What I've been doing us using DosageConvertor (
http://genome.sph.umich.edu/wiki/DosageConvertor) to convert to PLINK dosage format, then parsing the "chr1.info.gz" that accompanies the "chr1.dose.vcf.gz" file from the imputation server to choose what SNPs to keep in the analysis (using Rsq>0.3 for example). I think if PLINK could read in '--minimac3' format or something like that, and be able to use the Rsq in the info file at the same time as being able to run dosage-based association, that would be fantastic. Essentially, if we could bypass the conversion step we could speed up a lot of the analyses (and save space!).