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

cwl and personal R libraries #43

Open
sibylgisela opened this issue Oct 22, 2017 · 0 comments
Open

cwl and personal R libraries #43

sibylgisela opened this issue Oct 22, 2017 · 0 comments

Comments

@sibylgisela
Copy link

Description

When running cwl, cwl cannot find packages which are in the personal R libraries, i.e. those stored in the R_LIBS_USER variable in the R environment.

To recreate

Working on avg_DNAm branch.

If I run the following line (from .travis.yml, slightly modified)
cwltool cwl/preprocess.cwl --toConvert test_data/GSM1589192_K562.1_2.txt.chr19 --format farlik2013

I get the following error:
Error in library(getopt) : there is no package called 'getopt'

notes:

  • the getopt package was installed in my home directory on Orca and was found when I ran Rscripts via command line
  • I added the path to the getopt package to the PATH environment variable, but that did not help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants