Project

General

Profile

Story #4035 » cat1-tool.json

Peter Amstutz, 11/18/2014 04:43 PM

 
{
"documentAuthor": ["peter.amstutz@curoverse.com"],
"documentDescription": "Print the contents of a file to stdout using 'cat' running in a docker container.",
"requirements": {
"environment": {
"container": {
"type": "docker",
"imageId": "arvados/jobs"
}
}
},
"inputs": {
"type": "object",
"required": [ "file1" ],
"properties": {
"file1": {
"type": "file",
"adapter": {
"order": 1
}
}
}
},
"adapter": {
"baseCmd": "cat"
}
}
(2-2/2)