Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Created October 9, 2017 16:03
Show Gist options
  • Save arcaduf/14f65e76d715d43d0dba7eb703601b66 to your computer and use it in GitHub Desktop.
Save arcaduf/14f65e76d715d43d0dba7eb703601b66 to your computer and use it in GitHub Desktop.
Basic commands for Arvados
# To mount the keep
mkdir keep
arv-mount keep/
# To unmount the keep:
arv-mount --unmount keep/
rm -r keep
# To run a workflow
arvados-cwl-runner --project-uuid <PROJECT_UUID> --submit --no-wait file.cwl file.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment