Skip to content

Introduction

Biobank Tools

pypi python Build Status codecov

Features

The Biobank Tools package provides simple, fast, and efficient access to UK Biobank data. Once you've downloaded and extracted the UK Biobank data to comma or tab separated files, you can use Biobank Tools to convert the data to a format that's better suited for searching and filtering than plain text files. Internally, Biobank Tools convert the data to Apache Parquet format for optimized column-wise access.

Requirements

Biobank Tools require Python 3.8 or above.

Credits

This package was created with Cookiecutter and the altaf-ali/cookiecutter-pypackage project template.