Helper code for UMCCR projects (e.g. umccrise and Oviraptor.
Contains only python code without any heavy reference or test data, so supposed to be small and can be used as a lightweight dependency in other projects.
From conda:
conda install -c umccr ngs_utils
From source for development:
git clone https://github.com/vladsaveliev/NGS_Utils
pip install -e .