Documentation » . Report Bug or Request Feature .
The git repository contains a generic iRODS graphical user interface. The iRODS functionality is based on ibridges and works with any iRODS instance.
- 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.
-
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 git@github.com:chStaiger/iBridges-Gui.git cd iBridges-Gui pip install .
-
From a pip python package
ibridges-gui
-
From code (for developers)
python ibridgesgui/__main__.py
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
J.P. Mc Farland, University of Groningen, Center for Information Technology, 2022
Instructions on how to extend the GUI or contribute to the code base can be found in the documentation.
This project is licensed under the GPL-v3 license. The full license can be found in LICENSE.