Skip to content

CUBI Tooling for SODAR, VarFish et al.

License

Notifications You must be signed in to change notification settings

LaborBerlin/hum-cubi-tk-fork

 
 

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 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%