pepkit / pipestat

Pipeline results reporting package

Home Page:https://pep.databio.org/pipestat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run pytests docs-badge pypi-badge codecov Code style: black

pipestat

Pipestat standardizes reporting of pipeline results. It provides 1) a standard specification for how pipeline outputs should be stored; and 2) an implementation to easily write results to that format from within Python or from the command line. A pipeline author defines all the outputs produced by a pipeline by writing a JSON-schema. The pipeline then uses pipestat to report pipeline outputs as the pipeline runs, either via the Python API or command line interface. The user configures results to be stored either in a YAML-formatted file or a PostgreSQL database.

See Pipestat documentation for complete details.

Developer tests

First you need a local demo instance of posgres running to test the database back-end. you can get one using docker matching the included config file like this:

docker run --rm -it -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=pipestat-password -e POSTGRES_DB=pipestat-test -p 5432:5432 postgres

Then, run tests:

pytest

About

Pipeline results reporting package

https://pep.databio.org/pipestat/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 88.4%Language:HTML 11.6%