Skip to content

Commit f188d00

Browse files
committed
Add OMERO and stitching v0.1.0
1 parent 04f0b0b commit f188d00

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

catalog.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
"homepage": "https://github.com/qupath/qupath-extension-omero",
2525
"starred": true,
2626
"releases": [
27+
{
28+
"name": "v0.1.0",
29+
"main_url": "https://github.com/qupath/qupath-extension-omero/releases/download/v0.1.0/qupath-extension-omero-0.1.0.jar",
30+
"javadoc_urls": ["https://github.com/qupath/qupath-extension-omero/releases/download/v0.1.0/qupath-extension-omero-0.1.0-javadoc.jar"],
31+
"optional_dependency_urls": ["https://github.com/ome/openmicroscopy/releases/download/v5.6.15/OMERO.java-5.6.15-ice36.zip"],
32+
"version_range": {
33+
"min": "v0.6.0-rc3"
34+
}
35+
},
2736
{
2837
"name": "v0.1.0-rc14",
2938
"main_url": "https://github.com/qupath/qupath-extension-omero/releases/download/v0.1.0-rc14/qupath-extension-omero-0.1.0-rc14.jar",
@@ -283,5 +292,20 @@
283292
}
284293
}
285294
]
295+
},{
296+
"name": "QuPath stitching extension",
297+
"description": "A QuPath extension to combine TIFF images",
298+
"author": "QuPath",
299+
"homepage": "https://github.com/qupath/qupath-extension-stitching",
300+
"releases": [
301+
{
302+
"name": "v0.1.0",
303+
"main_url": "https://github.com/qupath/qupath-extension-stitching/releases/download/v0.1.0/qupath-extension-stitching-0.1.0.jar",
304+
"javadoc_urls": ["https://github.com/qupath/qupath-extension-stitching/releases/download/v0.1.0/qupath-extension-stitching-0.1.0-javadoc.jar"],
305+
"version_range": {
306+
"min": "v0.6.0"
307+
}
308+
}
309+
]
286310
}]
287311
}

0 commit comments

Comments
 (0)