Thanks to visit codestin.com
Credit goes to github.com

Skip to content

joshmoore/omero-rdf

 
 

Repository files navigation

omero-rdf

A plugin for exporting rdf from OMERO

Requirements

  • OMERO 5.6.0 or newer
  • Python 3.6 or newer

Installing from PyPI

This section assumes that an OMERO.py is already installed.

Install the command-line tool using pip:

$ pip install -U omero-rdf

Release process

This repository uses bump2version to manage version numbers. To tag a release run:

$ bumpversion release

This will remove the .dev0 suffix from the current version, commit, and tag the release.

To switch back to a development version run:

$ bumpversion --no-tag [major|minor|patch]

specifying major, minor or patch depending on whether the development branch will be a major, minor or patch release. This will also add the .dev0 suffix.

Remember to git push all commits and tags.

Funding

Funded by the Delta Tissue <https://wellcomeleap.org/delta-tissue/ Program of Wellcome Leap <https://wellcomeleap.org/>.

License

This project, similar to many Open Microscopy Environment (OME) projects, is licensed under the terms of the GNU General Public License (GPL) v2 or later.

Copyright

2022, German BioImaging

About

A plugin for exporting RDF from OMERO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Python 99.0%
  • Makefile 1.0%