Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline use #2

Open
gitMakeCoffee opened this issue Apr 21, 2023 · 0 comments
Open

Offline use #2

gitMakeCoffee opened this issue Apr 21, 2023 · 0 comments

Comments

@gitMakeCoffee
Copy link

gitMakeCoffee commented Apr 21, 2023

I tried running the test dataset offline (no internet access on the compute nodes I use) using a Singularity sandbox.
Everything went fine, until the final plotting steps using R.
It looks like the R script tries to access the internet:
Bioconductor version cannot be validated; no internet connection?

I got away with it by running R inside the Singularity image, and installing all dependencies from CRAN.
I then commented out lines 32, 49, 52, 53, 54 from the /scripts/script_detected_fusions.Rmd file, from within the Singularity sandbox image. This allowed the R script to work offline.

Any idea for a more "elegant" solution ?
Thanks for developing CircFusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant