Helper code for UMCCR and AstraZeneca bioinfomatics projects (e.g. umccrise, Ovirage, NGS_Reporting).
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 vladsaveliev ngs_utils
From pip:
pip install ngs_utils
From source for development:
git clone https://github.com/vladsaveliev/NGS_Utils
pip install -e .