#!/bin/bash
PYTHONPATH=src \
  help2man --no-info -n "prediction of structural variants from sequence alignments" \
  -s 1 --no-discard-stderr -o debian/cuteSV.1 \
  "python3 src/cuteSV/cuteSV"
