Master:
Develop:
Anaconda Cloud latest package:
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.
Anaconda:
conda install -c conda-forge tmtkPip:
pip install tmtkpython3 -m venv env
source env/bin/activateTo 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 installor 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.arboristThe dependencies are in requirements.txt,
optional dependencies are in requirements-dev.txt.
LGPL-3.0