projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9964: Update schema revision to 20240502 for output_glob feature
[arvados.git]
/
sdk
/
cwl
/
bin
/
cwl-runner
1
#!/usr/bin/env python3
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
6
import sys
7
8
from arvados_cwl import main
9
10
sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))