towbintools!
This is the package containing all the important functions used by the Towbin Lab of the University of Bern.
This package goes hand in hand with our modular pipelining tool : https://github.com/spsalmon/towbintools_pipeline
Documentation : https://towbintools.readthedocs.io/en/latest/index.html
Install the package using pip
Simply run the following command:
pip3 install towbintools
Build the package and install it
First, make sure build is installed:
pip3 install build
Go to the package directory, eg:
cd ~/towbintools
Build the package:
python3 -m build
Install the package you just built:
pip3 install dist/*.whl