RegulatoryGenomicsGroup / chicdiff

A differential caller for capture Hi-C data
4 stars 3 forks source link

Unable to download because of - Error in utils: #15

Open vishimenon28 opened 1 year ago

vishimenon28 commented 1 year ago

install_github("RegulatoryGenomicsGroup/chicdiff", subdir="Chicdiff") Downloading GitHub repo RegulatoryGenomicsGroup/chicdiff@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/RegulatoryGenomicsGroup/chicdiff/tarball/HEAD' failed

hrayjones commented 10 months ago

I am having exactly the same error. Could someone please check this?

hrayjones commented 10 months ago

@vishimenon28 a way to get around this is to clone the repo to a local directory and then install in R using: devtools::install("your_path_to_chicdiff_repo/Chicdiff")

mspivakov commented 10 months ago

Thanks for the head-up and suggested workaround! Unfortunately we were never able to reproduce this issue locally - in fact, I've just successfully installed Chicdiff on my machine using the installation instructions we provided.