Skip to content

Parsers for automatically extracting metadata from measurement files and providing them for automatic upload to the OpenBIS ELN.

License

Notifications You must be signed in to change notification settings

BAMresearch/openbis-metadata-parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bam-upload-parsers

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.

Table of Contents


About

This repository restructures parser components originally from bam-upload-helper, aiming to improve modularity and maintainability for integration with the bam-masterdata parser interface.

Features

  • parser implementations
  • Built for integration with openBIS environments
  • Includes automated test suite

Getting Started

Prerequisites

  • Tested for Python 3.10+
  • pip for dependency installation
  • Optional: virtualenv or conda environment for isolation

Installation

  1. Clone the repository:
    git clone https://github.com/LucasZimm/bam-upload-parsers.git
    cd bam-upload-parsers
  2. Create and activate a virtual environment:
    python -m .venv venv
    source venv/bin/activate  # Windows:    venv\Scripts\activate
    
  3. Install dependencies:
    pip install .
    

About

Parsers for automatically extracting metadata from measurement files and providing them for automatic upload to the OpenBIS ELN.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages