-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpylossless_0.2.json
69 lines (69 loc) · 2.03 KB
/
pylossless_0.2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "pyLossless",
"author": "Scott Huberty and Tyler Collins <https://github.com/lina-usc/pylossless>",
"description": "Run the pyLossless pipeline on a BIDS subject file.",
"tool-version": "0.2",
"schema-version": "0.5",
"command-line": "pylossless [BDF_INPUT] [SUBJECT_ID] [OUTPUT_PATH]",
"container-image": {
"image": "tk11br/pylossless-cbrain:0.2",
"index": "docker://",
"type": "singularity"
},
"inputs": [
{
"id": "bdf_input",
"name": "Single BDF file",
"optional": false,
"type": "File",
"description": "Input BDF file to the pylossless pipeline.",
"value-key": "[BDF_INPUT]"
},
{
"id": "subject_id",
"name": "Subject ID",
"optional": false,
"type": "String",
"description": "Subject ID to assign to source file.",
"value-key": "[SUBJECT_ID]"
},
{
"id": "output_path",
"name": "Output Path",
"optional": false,
"type": "String",
"description": "Output path to begin writing tool results.",
"value-key": "[OUTPUT_PATH]"
}
],
"output-files": [
{
"id": "output_directory",
"name": "Output Directory",
"optional": true,
"description": "Output directory",
"path-template": "[OUTPUT_PATH]/derivatives/pylossless"
}
],
"suggested-resources": {
"walltime-estimate": 7200,
"ram": 16
},
"custom": {
"cbrain:author": "Tyler Collins <collins.tyler.k@gmail.com>",
"cbrain:readonly-input-files": true,
"cbrain:integrator_modules": {
"BoutiquesInputValueFixer": {
"output_path": "cbrain_py_out"
}
}
},
"tags": {
"domain": [
"neuroinformatics",
"eeg",
"eegnet"
]
},
"doi": "10.5281/zenodo.14008350"
}