Skip to main content

Plugin for omero-cli-transfer to export OMERO data to ARC repositories.

Project description

OMERO-ARC

A plugin for omero-cli-transfer to export imaging projects from the OMERO database to ARC repositories.

Usage

Once installed, your can "pack" omero projects to ARC repositories.

If the ARC repository already exists, the OMERO project is added as a new study and connected assays. If the ARC repo does not exist, a new ARC repository is created.

Examples:

omero transfer pack --plugin arc Dataset:111 path/to/my/new/arc_repo
omero transfer pack --plugin arc Dataset:111 path/to/my/already/existing/arc_repo

Installation

Install Dependencies

  • Install ARCCommander (and Git and Git LFS) as described here
  • Install omero-cli-transfer as described here

Install omero-arc plugin

git clone git@github.com:cmohl2013/omero-arc.git
cd omero-arc
pip install omero-arc

Development Environment Setup

conda create -n myenv -c conda-forge python=3.8 zeroc-ice=3.6.5
conda activate myvenv

Installation

git clone git@github.com:cmohl2013/omero-arc.git
cd omero-arc
pip install -e .[dev] # installs optional dependencies including omero-cli-transfer
conda install pytest

Start OMERO test database

Launch OMERO test environment with docker-compose.

sudo chmod a+x .omero/compose # enure that compose is executable
sudo .omero/compose up

Run tests

OMERODIR="." ICE_CONFIG="test/ice.config" pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omero-arc-0.0.1.tar.gz (48.5 kB view hashes)

Uploaded Source

Built Distribution

omero_arc-0.0.1-py3-none-any.whl (33.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page