Skip to content

CUBI Tooling for SODAR, VarFish et al.

License

Notifications You must be signed in to change notification settings

bihealth/cubi-tk

Repository files navigation

CI MIT License

CUBI Toolkit

Tooling for connecting GitLab, pipelines, and SODAR at CUBI.

Getting Started

Prerequisites when using conda:

$ conda create -n cubi-tk python=3.10
$ conda activate cubi-tk

Clone CUBI-TK and install.

$ git clone [email protected]:bihealth/cubi-tk.git
$ cd cubi-tk
$ pip install -e .

Building the Manual

$ pip install -r requirements/develop.txt
$ cd docs_manual
$ make clean html
$ ls _build/html/index.html

Argument Completion

$ cat >>~/.bashrc <<"EOF"
eval "$(register-python-argcomplete cubi-tk)"
EOF