GithubHelp home page GithubHelp logo

microirods's Introduction

microirods

Installation

Anaconda

Download anaconda and install it : https://www.anaconda.com/products/individual

create a new environment conda create -n irods-env python=3.9

Activate the environment conda activate irods-env

Python iRODS Client (PRC)

pip install python-irodsclient

Extra library to manipulate excel sheet

pip install numpy pip install pandas pip install xlrd

Library usage

usage: microirods [-h] {info,upload,remove} ...

Manage microscopy images with IRODS

positional arguments:
  {info,upload,remove}
    info                Get info from a iRODS destination
    upload              Upload a file of files in a directory to an iRODS
                        destination
    remove              Remove a file in an iRODS destination

optional arguments:
  -h, --help            show this help message and exit

Process finished with exit code 0

Upload images

usage: microirods upload [-h] --destination DESTINATION --source SOURCE
                         --irods_session IRODS_SESSION [--metadata METADATA]
                         [--file_extensions FILE_EXTENSIONS]

optional arguments:
  -h, --help            show this help message and exit
  --destination DESTINATION
                        iRODS destination
  --source SOURCE       source file/folder
  --irods_session IRODS_SESSION
                        The path to the iRODS environment JSON file
  --metadata METADATA   metadata file
  --file_extensions FILE_EXTENSIONS
                        File extensions to upload, e.g. nd2 or multiple one
                        separated by comma, e.g. tif,tiff,czi

Example:

python micro_irods upload --irods_session C:\Users\myuser\.irods\irods_environment.json --destination /irods/environment --source test_dataset\ --file_extension tif,czi --metadata test_dataset\metadata.xlsx

microirods's People

Contributors

bpavie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.