projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 'build/' from commit '555b039609a3c8700c27767c255fdfe00eb42063'
[arvados.git]
/
sdk
/
java
/
src
/
test
/
resources
/
first_pipeline.json
1
{
2
"name":"first pipeline",
3
"components":{
4
"do_hash":{
5
"script":"hash.py",
6
"script_parameters":{
7
"input":{
8
"required": true,
9
"dataclass": "Collection"
10
}
11
},
12
"script_version":"master",
13
"output_is_persistent":true
14
}
15
}
16
}