dtool-irods

Add iRODS support to dtool


License
MIT
Install
pip install dtool-irods==0.10.1

Documentation

Add iRODS support to dtool

PyPi package

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.

Related packages