Problem passing environment variable to AWS batch job #4928
Unanswered
cfrech-cls
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My
~/.nextflow/config
contains the following line:env.LD_LIBRARY_PATH = "/opt/tools/aws-cli/v2/current/dist"
From the docs my understanding is that environment variable
LD_LIBRARY_PATH
should now get exported to all task environments. However, I do not see it getting set for AWS batch jobs the workflow creates.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions