Cromwell execution directory
Cromwell question: is there an environment variable that I can access from within a running task's command block that specifies the Cromwell execution directory (google bucket) ?
Cromwell question: is there an environment variable that I can access from within a running task's command block that specifies the Cromwell execution directory (google bucket) ?
Comments
4 comments
Hi Stephen,
Great question! Let me check on this and get back to you.
Kind regards,
Jason
Hi Stephen,
Thanks Jason!
With a suggestion from Luca D'Alessio, I have attempted this, which seems to work:
BUCKET=$(cat gcs_delocalization.sh | grep -o '"gs:\/\/.*/call' | sed 's/\/call/"/' | head -n 1)Full WDL example:
Hi Stephen,
That makes sense! I'm glad to see you've found a solution that works for you. Thank you for sharing this, as it will be helpful to other users.
If we can help with anything else, please let us know.
Kind regards,
Jason
Please sign in to leave a comment.