This repository contains a collection of scripts that utilize the iRODS python client to provide increased functionality.
Author: David Wouters
Contact: david.wouters@kuleuven.be
- python 3.8 or above
- python-irodsclient
Optional for intelligent metadata generation:
- scikit-image
This repository isn't pypi buildable yet!
- Install with pip
pip install pyrodsCLI- Use a conda environment:
conda env create -f conda.yml -p ./conda_env/ After installation, the tool can be used as any other command-line interface.
Its options can be discovered by running the typical pyrodsCLI -h.