CharlesJB / ENCODExplorer

5 stars 4 forks source link

downloadEncode with force == FALSE #38

Closed kapka2 closed 5 years ago

kapka2 commented 6 years ago

I am trying to call downloadEncode with force == FALSE. In download_single_file, md5sum is called on dir/fileName, but fileName had already been concatenated with dir a couple of lines above. Therefore, the md5sum_file cannot be compared with md5sum_encode and an error is given.

CharlesJB commented 6 years ago

Thanks for reporting this bug! I'll try to push a patch on the release branch of Bioconductor today.

CharlesJB commented 6 years ago

It's pushed, it should be available after the nightly build. Check for version 2.2.1 on Bioconductor.