Open lphotoimpact opened 1 year ago
Upon further investigation, When I tried to execute gl.download_ref("1kg_dbsnp151_hg19_auto") the file 1kg_dbsnp151_hg19_auto already existed It reported an MD5 checksum failure But, it didn't attempt to download the file again, and the command ended.
I manually checked the 1kg_dbsnp151_hg19_auto file and found it to be too small. I had to resort to manually executing gl.check_available_ref() Download it from the Dropbox path and overwrite the existing file.
Hi, Thanks a lot for your feedback. Indeed, I need to add an option for redownloading overwriting the existing files when md5sum check fails. I will implement this in the next version.
I followed the website tutorial and downloaded the following files: gl.download_ref("1kg_dbsnp151_hg19_auto") GCF_000001405.25.gz GCF_000001405.25.gz.tbi
I followed the instructions step by step, but I kept encountering errors in the end.