-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi,
I am trying to run bambu from flames for isoform identification on HPC and I keep having ssl errors:
1: In download.file(..., destfile = tmp_config, quiet = TRUE) :
URL 'https://bioconductor.org/config.yaml': status was 'Problem with the SSL CA cert (path? access rights?)'
2: In download.file(..., destfile = tmp_config, quiet = TRUE) :
URL 'https://bioconductor.org/config.yaml': status was 'Problem with the SSL CA cert (path? access rights?)'
3: In value[3L] :
Error in step isoform_identification: error in evaluating the argument 'table' in selecting a method for function '%in%': Bioconductor version cannot be validated; no internet connection? See
Apparently bambu tries to download a reference from bioconductor even though I already gave it a reference.
In order to troubleshoot this, IT at my work need to know if this download is being done by curl, git, wget or any other. Could you help me with this?
Additionally is there a way to avoid bambu to try to download from the internet?
Cheers,
Cora