Project

General

Profile

Idea #4035 » cat1-tool.json

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

 
1
{
2
    "documentAuthor": ["peter.amstutz@curoverse.com"],
3
    "documentDescription": "Print the contents of a file to stdout using 'cat' running in a docker container.",
4
    "requirements": {
5
        "environment": {
6
            "container": {
7
                "type": "docker",
8
                "imageId": "arvados/jobs"
9
            }
10
        }
11
    },
12
    "inputs": {
13
        "type": "object",
14
        "required": [ "file1" ],
15
        "properties": {
16
            "file1": {
17
                "type": "file",
18
                "adapter": {
19
                    "order": 1
20
                }
21
            }
22
        }
23
    },
24
    "adapter": {
25
        "baseCmd": "cat"
26
    }
27
}
(2-2/2)