Add iRODS support to dtool
- GitHub: https://github.com/jic-dtool/dtool-irods
- PyPI: https://pypi.python.org/pypi/dtool-irods
- Free software: MIT License
Features
- Copy datasets to and from iRODS
- List all the datasets in an iRODS zone
- Create datasets directly in iRODS
Installation
To install the dtool-irods package.
pip install dtool-irods
Usage
To copy a dataset from local disk (my-dataset
) to an iRODS zone
(/data_raw
) one can use the command below.
dtool copy ./my-dataset /data_raw irods
To list all the datasets in an iRODS zone one can use the command below.
dtool ls /data_raw irods
See the dtool documentation for more detail.