projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
17858: Integration test passes
[arvados.git]
/
sdk
/
cwl
/
tests
/
17858-pack-visit-crash.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
cwlVersion: v1.1
6
class: ExpressionTool
7
inputs:
8
file1:
9
type: File
10
default:
11
class: File
12
location: keep:f225e6259bdd63bc7240599648dde9f1+97/hg19.fa
13
outputs:
14
val: string
15
requirements:
16
InlineJavascriptRequirement: {}
17
expression: "$({val: inputs.file1.location})"