forked from sapporo-wes/sapporo-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-info.json
75 lines (75 loc) · 1.4 KB
/
service-info.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
70
71
72
73
74
75
{
"workflow_type_versions": {
"CWL": {
"workflow_type_version": [
"v1.0",
"v1.1",
"v1.2"
]
},
"WDL": {
"workflow_type_version": [
"1.0"
]
},
"NFL": {
"workflow_type_version": [
"1.0",
"DSL2"
]
},
"SMK": {
"workflow_type_version": [
"1.0"
]
},
"StreamFlow": {
"workflow_type_version": [
"v1.0"
]
}
},
"supported_filesystem_protocols": [
"http",
"https",
"file",
"s3"
],
"default_workflow_engine_parameters": {
"nextflow": [
{
"name": "-dsl1",
"type": "str",
"default_value": ""
}
],
"snakemake": [
{
"name": "--cores",
"type": "int",
"default_value": 1
},
{
"name": "--use-conda",
"type": "str",
"default_value": ""
}
]
},
"workflow_engine_versions": {
"cwltool": "3.1.20240112164112",
"nextflow": "22.04.4",
"toil (experimental)": "4.1.0",
"cromwell": "80",
"snakemake": "v7.8.3",
"ep3 (experimental)": "v1.7.0",
"streamflow": "0.1.3"
},
"auth_instructions_url": "https://github.com/sapporo-wes/sapporo-service",
"contact_info_url": "https://github.com/sapporo-wes/sapporo-service",
"tags": {
"wes-name": "sapporo",
"sapporo-version": "1.6.1",
"news_content": ""
}
}