Skip to content

oliverdrechsel/biomedsheets

 
 

Repository files navigation

BioMed Sheets

https://travis-ci.org/bihealth/biomedsheets.svg?branch=master https://readthedocs.org/projects/biomedsheets/badge/?version=master https://api.codacy.com/project/badge/Grade/842a296b23d5450eb7bc525621d7f5a2 https://api.codacy.com/project/badge/Coverage/842a296b23d5450eb7bc525621d7f5a2

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

About

JSON/TSV sample sheets for biomedical experiments

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%