Skip to content

chStaiger/iBridges-Gui

Repository files navigation

iBridges

Documentation » . Report Bug or Request Feature .

Python package Quarto Publish DOI

About

The git repository contains a generic iRODS graphical user interface. The iRODS functionality is based on ibridges and works with any iRODS instance.

Highlights

  • Works on Windows, Mac OS and Linux
  • Runs on Python 3.9 or higher.
  • Supported iRODS server versions: 4.2.11 or higher and 4.3.0 or higher.
  • Upload and Download your data.
  • Manipulate the metadata on the iRODS server.
  • Synchronize your data between your local computer and the iRODS server.
  • Search through all metadata for your dataset or collection.
  • Safe default options when working with your data.

Installation

  • The python package

    pip install ibridgesgui
  • A specific branch of the git repository (testers, developers)

    pip install git+https://github.com/chStaiger/iBridges-Gui.git@branch-name
  • Locally from code (for developers)

    git clone [email protected]:chStaiger/iBridges-Gui.git
    cd iBridges-Gui
    pip install .

Start the GUI

  • From a pip python package

    ibridges-gui
  • From code (for developers)

    python ibridgesgui/__main__.py

Authors

Christine Staiger (Maintainer) ORCID

  • Wageningen University & Research 2021 - 2022
  • Utrecht University 2022

Tim van Daalen, Wageningen University & Research 2021

Maarten Schermer (Maintainer) ORCID, Utrecht University 2023

Raoul Schram (Maintainer) ORCID. Utrecht University 2023

Contributors

J.P. Mc Farland, University of Groningen, Center for Information Technology, 2022

Contributing

Code

Instructions on how to extend the GUI or contribute to the code base can be found in the documentation.

License

This project is licensed under the GPL-v3 license. The full license can be found in LICENSE.