projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 'build/' from commit '555b039609a3c8700c27767c255fdfe00eb42063'
[arvados.git]
/
sdk
/
cwl
/
bin
/
arvados-cwl-runner
1
#!/usr/bin/env python
2
3
import sys
4
5
from arvados_cwl import main
6
7
sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))