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

  1. First, make sure build is installed:

    pip3 install build
    
  2. Go to the package directory, eg:

    cd ~/towbintools
    
  3. Build the package:

    python3 -m build
    
  4. Install the package you just built:

    pip3 install dist/*.whl