Created
October 9, 2017 16:03
-
-
Save arcaduf/14f65e76d715d43d0dba7eb703601b66 to your computer and use it in GitHub Desktop.
Basic commands for Arvados
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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