Skip to content

Files

Latest commit

f581862 · Feb 28, 2025

History

History
28 lines (20 loc) · 581 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 581 Bytes

OpenPipelines core packages

This repository provides OpenPipelines core helper packages in R and Python.

Installation

You can install the Python package with pip:

pip install "git+https://github.com/openpipelines-bio/core#subdirectory=packages/python/openpipeline_testutils"

Install in a Viash component

For Python components:

engines:
  - type: docker
    image: python:3.10
    setup:
      - type: apt
        packages: git
      - type: python
        github: openpipelines-bio/core#subdirectory=packages/python/openpipeline_testutils