Skip to content

📚 JSON/TSV sample sheets for biomedical experiments

Notifications You must be signed in to change notification settings

bihealth/biomedsheets

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2023
Feb 6, 2024
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Apr 25, 2017
Nov 18, 2019
Feb 24, 2017
Feb 22, 2023
Jan 29, 2024
Feb 22, 2023
Feb 22, 2023
Apr 3, 2017
Jan 26, 2018
Jan 29, 2024
Jan 29, 2024

Repository files navigation

readthedocs

BioMed Sheets

This project contains the documentation for the BioMedical sample sheets project. Further, it contains the implementation of a Python API for I/O and comfortable access to the sample sheets and some CLI tools.

Installation

It's best to start a new virtualenv

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements/dev.txt
$ pip install -e .

Use python setup.py install if you want to copy the files instead of creating a link only.

Building Documentation

After installation (requirements_dev.txt contains the appropriate Sphinx version).

$ cd docs
$ make clean html

Now, open docs/build/html/index.html.

Running Tests

$ py.test