Some parsers for openBIS to be used in the bam-masterdata parser interface
This repository is intended to be used as entry point for the parsers from openbis-upload-helper.
This repository restructures parser components originally from bam-upload-helper, aiming to improve modularity and maintainability for integration with the bam-masterdata parser interface.
- parser implementations
- Built for integration with openBIS environments
- Includes automated test suite
- Tested for Python 3.10+
pipfor dependency installation- Optional: virtualenv or conda environment for isolation
- Clone the repository:
git clone https://github.com/LucasZimm/bam-upload-parsers.git cd bam-upload-parsers - Create and activate a virtual environment:
python -m .venv venv source venv/bin/activate # Windows: venv\Scripts\activate
- Install dependencies:
pip install .