This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <docs> | |
| # NGFF image file Loader for ImageJ.JS | |
| [Next-generation file formats](https://ngff.openmicroscopy.org/latest/) is a specification for storing bioimaging data in the cloud. | |
| This plugin enalbes loading NGFF image into ImageJ.JS. | |
| The implementation is adapted from the [OMERO ImJoy](https://github.com/will-moore/omero-imjoy) made by @will-moore | |
| </docs> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <docs> | |
| [TODO: write documentation for this plugin.] | |
| </docs> | |
| <config lang="json"> | |
| { | |
| "name": "HPA-UMAP-Studio", | |
| "type": "web-worker", | |
| "tags": [], | |
| "ui": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gzip | |
| # download idmapping.dat.gz from uniprot | |
| # wget ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/idmapping/idmapping.dat.gz | |
| id_mapping_file = './idmapping.dat.gz' | |
| id_mapping = {} | |
| for line in gzip.open(id_mapping_file): | |
| line = line.decode('utf8').strip() | |
| ac, pred, obj = line.split('\t') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <docs lang="markdown"> | |
| [TODO: write documentation for this plugin.] | |
| </docs> | |
| <config lang="json"> | |
| { | |
| "name": "VueMaterialBackbone", | |
| "type": "window", | |
| "tags": [], | |
| "ui": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <docs> | |
| [TODO: write documentation for this plugin.] | |
| </docs> | |
| <config lang="json"> | |
| { | |
| "name": "VizarrReferenceStore", | |
| "type": "web-worker", | |
| "tags": [], | |
| "ui": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <docs> | |
| [TODO: write documentation for this plugin.] | |
| </docs> | |
| <config lang="json"> | |
| { | |
| "name": "BasicImageAnnotation", | |
| "type": "web-worker", | |
| "tags": [], | |
| "ui": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <config lang="json"> | |
| { | |
| "name": "Script Editor", | |
| "type": "web-worker", | |
| "tags": [], | |
| "ui": "", | |
| "version": "0.1.0", | |
| "cover": "", | |
| "description": "A Script Editor for Controlling OpenFlexure Microscope with ImJoy", | |
| "icon": "extension", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <docs> | |
| [TODO: write documentation for this plugin.] | |
| </docs> | |
| <config lang="json"> | |
| { | |
| "name": "OpenFlexureSnapImageTemplate", | |
| "type": "web-worker", | |
| "tags": [], | |
| "ui": "", |