-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodules.json
More file actions
96 lines (96 loc) · 3.29 KB
/
modules.json
File metadata and controls
96 lines (96 loc) · 3.29 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
96
{
"name": "",
"homePage": "",
"repos": {
"https://github.com/cellgeni/nf-modules.git": {
"modules": {
"sanger-cellgeni": {
"imaging/cellpose": {
"branch": "main",
"git_sha": "af522da819006c943b90c662ae727c112abefea7",
"installed_by": ["tiled_segmentation"]
},
"imaging/concatenatewkts": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_spotiflow"]
},
"imaging/deepcell": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_segmentation"]
},
"imaging/extractpeakprofile": {
"branch": "main",
"git_sha": "e2ae84ad941150bd063e0a35af80eaa9d3cf9d22",
"installed_by": ["modules"]
},
"imaging/generatetiles": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_segmentation", "tiled_spotiflow"]
},
"imaging/instanseg": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_segmentation"]
},
"imaging/mergeoutlines": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_segmentation"]
},
"imaging/mergepeaks": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_spotiflow"]
},
"imaging/microaligner": {
"branch": "main",
"git_sha": "dbed639cc5fc21e568581b172aa3d3476f6074f4",
"installed_by": ["microaligner_registration"]
},
"imaging/postcode": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["modules"]
},
"imaging/stardist": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_segmentation"]
},
"imaging/tiledspotiflow": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["tiled_spotiflow"]
},
"spatial/generatevitessceconfig": {
"branch": "develop",
"git_sha": "faa1776813ed9353cd17675bb7757eb268ab7311",
"installed_by": ["modules"]
}
}
},
"subworkflows": {
"sanger-cellgeni": {
"microaligner_registration": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["subworkflows"]
},
"tiled_segmentation": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["subworkflows"]
},
"tiled_spotiflow": {
"branch": "main",
"git_sha": "16d631eb9cd8180d6381c609374fbf3f52f4dfda",
"installed_by": ["subworkflows"]
}
}
}
}
}
}