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

State of R in cwl #6

Open
caroott opened this issue Sep 20, 2021 · 0 comments
Open

State of R in cwl #6

caroott opened this issue Sep 20, 2021 · 0 comments

Comments

@caroott
Copy link
Member

caroott commented Sep 20, 2021

  • A script without any packages can be executed and parameters can be given as cli arguments
  • Packages that just need to be downloaded can be added
    • Requirements:
      • Staged download directory
      • Specification of staged directory when opening the library in R
  • Some packages or their dependencies require installation or external downloaders (e.g. BiocManager), which often fails to install/download
    • This problem is likely related to missing permissions
    • Can for some packages be circumvented by using base-images, that have required dependencies already installed
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