- GitHub: https://github.com/jic-dtool/dtool-irods
- PyPI: https://pypi.python.org/pypi/dtool-irods
- Free software: MIT License
- Copy datasets to and from iRODS
- List all the datasets in an iRODS zone
- Create datasets directly in iRODS
To install the dtool-irods package.
pip install dtool-irods
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.