bihealth / cubi-tk

CUBI Tooling for SODAR, VarFish et al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

CUBI Tooling for SODAR, VarFish et al.

License:MIT License


Languages

Language:Python 99.8%Language:Makefile 0.1%Language:Batchfile 0.1%