-
Notifications
You must be signed in to change notification settings - Fork 3
/
shape_group_run_merge.json
39 lines (39 loc) · 1.22 KB
/
shape_group_run_merge.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "shape_group_run_merge",
"author": "ENIGMA",
"description": "Merge results produced by shape_group_run.",
"tool-version": "unknown",
"descriptor-url": "https://raw.githubusercontent.com/glatard/enigma_shape-docker/master/shape_group_run_merge.json",
"schema-version": "0.5",
"command-line": "merge.sh [SHAPE_RESULT_DIR] && mkdir -p [SHAPE_RESULT_DIR]-merged && mv *.Rdata [SHAPE_RESULT_DIR]-merged",
"container-image": {
"image": "glatard/enigma_shape_merge:latest",
"type": "docker"
},
"online-platform-urls": [
"https://portal.cbrain.mcgill.ca"
],
"inputs": [
{
"id": "shape_results_dir",
"name": "Shape result directories",
"description": "Directory containing shape result directories produced by shape_group_run",
"type": "File",
"value-key": "[SHAPE_RESULT_DIR]"
}
],
"output-files": [
{
"id": "outputs",
"name": "Output directory",
"path-template": "[SHAPE_RESULT_DIR]-merged"
}
],
"tags": {
"genetics": true,
"ENIGMA": true
},
"suggested-resources": {
"walltime-estimate": 3600
}
}