mandag den 4. april 2016

Get python to run with iRODS (FigShare)

To get the python-irodsclient running we need Python-pip.

info : https://pypi.python.org/pypi/python-irodsclient

Repository
Pip is part of Extra Packages for Enterprise Linux (EPEL), which is a community repository of non-standard packages for the RHEL distribution. First, we’ll install the EPEL repository:

rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

Then let’s install python-pip and any required packages:

yum update ; yum -y install python-pip

And then we are able to install irods_figshare 
from : https://github.com/danielduduta/irods_figshare

source file : irods_figshare.conf.json

source file : irods_to_figshare.py

please see : http://bigdatadk.blogspot.dk/2016/03/irods-2-figshare-integration.html