-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcatalogue.json
More file actions
95 lines (95 loc) · 2.47 KB
/
catalogue.json
File metadata and controls
95 lines (95 loc) · 2.47 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "ARTIC-network",
"description": "ARTIC network is a project funded by the Wellcome Trust for outbreak and epidemic response through genomic epidemiology.",
"icon": "artic.png",
"scheme": {
"background": "#F2F1E6",
"foreground": "#02292E",
"font-family": "Helvetica Neue Light, Helvetica, sans-serif",
"font-size": "12px",
"title-bg": "#005B68",
"title-fg": "#F7EECA",
"title-font-family": "Helvetica Neue Thin, Helvetica, sans-serif",
"title-font-size": "18px",
"section-bg": "#F7EECA",
"section-fg": "#02292E",
"section-title-bg": "#015C68",
"section-title-fg": "#21968B"
"workflow-bg": "#F7EECA",
"workflow-fg": "#02292E"
"control-bg": "#F7EECA",
"control-fg": "#02292E"
},
"sections": [
{
"name": "workshop",
"description": "Workflows for ARTIC LHF Workshop 2026",
"icon": "artic.png",
"workflows": [
{
"name": "amplicon-nf",
"repo": "artic-network/amplicon-nf",
"version": "latest"
},
{
"name": "raccoon-nf",
"repo": "artic-network/raccoon-nf",
"version": "latest"
},
{
"name": "raccoon-nf (bad URL)",
"repo": "artic-network/raccoon_nf",
"version": "latest"
},
{
"name": "not a workflow",
"repo": "artic-network/peartree",
"version": "latest"
}
]
},
{
"name": "general",
"description": "General workflows for ARTIC activities",
"icon": "artic.png",
"workflows": [
{
"name": "amplicon-nf",
"repo": "artic-network/amplicon-nf",
"version": "latest"
},
{
"name": "amplicon-nf",
"repo": "artic-network/amplicon-nf",
"version": "0.6.1"
}
]
},
{
"name": "MPXV",
"description": "Workflows for Mpox virus",
"icon": "mpxv.png",
"scheme": {
"session-bg": "#F7EECA",
"session-fg": "#005B68",
"session-title-bg": "#BF4B43",
"session-title-fg": "#E6D595"
},
"workflows": [
{
"name": "amplicon-nf",
"repo": "artic-network/amplicon-nf",
"version": "latest"
"scheme": {
"workflow-bg": "#BF4B43",
"workflow-fg": "#E6D595"
}
},
{
"name": "squirrel-nf",
"repo": "artic-network/squirrel-nf"
}
]
}
]
}