wtsi-hgi/tears

Name: tears

Owner: Wellcome Trust Sanger Institute - Human Genetics Informatics

Description: Stream files to and from iRODS

Forked from: whitwham/tears

Created: 2017-12-11 17:48:52.0

Updated: 2017-12-11 17:48:54.0

Pushed: 2016-12-14 12:14:03.0

Homepage: null

Size: 28

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

tears

Stream files to and from iRODS.

tears either reads from stdin and writes a file to iRODS or reads a file from iRODS and writes to stdout. Basic usage for writing is:

file_making_program | tears /path/to/irods/file

or for reading:

tears -r /path/to/irods/file | file_receiving_program

Two things to note. Firstly, tears will try to pick the best iRODS host to read or write from. This can cause authentication problems and can be switched off by using the -d option. Secondly, the iRODS file can be in the form of a URI (proposed here). The URI is of the form:

irods://[irodsUserName%23irodsZone@][irodsHost][:irodsPort]/collection_path/data_object


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.