Skip to main content

A toolkit for ETL curation for the tranSMART data warehouse.

Project description

Master:

https://travis-ci.org/thehyve/tmtk.svg?branch=master https://codecov.io/gh/thehyve/tmtk/branch/master/graph/badge.svg Documentation Status

Develop:

https://travis-ci.org/thehyve/tmtk.svg?branch=develop https://codecov.io/gh/thehyve/tmtk/branch/develop/graph/badge.svg

Anaconda Cloud latest package:

https://anaconda.org/conda-forge/tmtk/badges/version.svg

A toolkit for ETL curation for the tranSMART data warehouse. The TranSMART curation toolkit (tmtk) can be used to edit and validate studies prior to loading them with transmart-batch.

For general documentation visit readthedocs.

Installation

Installing via Anaconda Cloud or Pip package managers

Anaconda:

conda install -c conda-forge tmtk

Pip:

pip install tmtk

Installing manually

Initialize a virtualenv

python3 -m venv env
source env/bin/activate

Installation from source

To install tmtk and all dependencies into your Python environment, and enable the Arborist Jupyter notebook extension, run:

pip install -r requirements.txt
python setup.py install

or if you want to run the tool from code in development mode:

pip install -r requirements.txt
python setup.py develop
jupyter-nbextension install --py tmtk.arborist
jupyter-serverextension enable tmtk.arborist

Requirements

The dependencies are in requirements.txt, optional dependencies are in requirements-dev.txt.

Licence

LGPL-3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tmtk-0.5.8.tar.gz (445.1 kB view hashes)

Uploaded Source

Built Distribution

tmtk-0.5.8-py3-none-any.whl (486.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page