Hi, I'm new here so I hope I'm doing this right.
Has anyone used DosageConvertor to convert their TOPMed/Michigan Imputation Server output dosage.vcf files to plink binary files? I would like to convert these to plink binary files so I can use them as input for PRSice2.
I keep getting this error when I try to run the install.sh file in the DosageConvertor folder:
"Error: cget not installed. Please run 'pip install --user cget'."
This is an error generated from the install.sh lines:
rm -rf cget/ release-build/ install.log
if [[ ! $(which cget) ]]; then
(>&2 echo "Error: cget not installed. Please run 'pip install --user cget'.")
exit -1
I have cget installed, along with updated versions of other modules, so I'm stuck here. Has anyone else had this issue and worked through it?
Thank you!
Sara