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

Singularity runOptions add parameters to avoid loading home directory libraries for R or Python #938

Open
gongyixiao opened this issue Jan 25, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@gongyixiao
Copy link
Collaborator

So far we have been seeing this issue in here: taylor-lab/annotateMaf#5

Without below two new parameters, singularity R session still load plyr 0.8.3, not plyr 1.8.4 which is installed in the container.

runOptions = "-e --no-home -B $TMPDIR"

Need to make sure this runOptions change won't invalid caches in other directory. It doesn't mean it shouldn't, but we have to know exactly what will happen and if that makes sense before we deploy it. We can use -dry-run option in nextflow to check this.

@gongyixiao gongyixiao added the enhancement New feature or request label Jan 25, 2022
@gongyixiao gongyixiao added this to the 2.0 milestone Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant