Skip to content

jic-dtool/dtool-irods

Repository files navigation

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

About

Add iRODS support to dtool

Resources

License

Stars

Watchers

Forks

Packages

No packages published