⚲
Project
General
Profile
Sign in
Register
Home
Projects
Documentation
Help
Search
:
Arvados
All Projects
Arvados
Activity
Roadmap
Backlogs
Issues
Wiki
Repository
Documentation
Download (663 Bytes)
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"
}
}
« Previous
1
2
Next »
(2-2/2)
Loading...