ngsscriptlibrary

Scripts for NGS data-analysis


License
MIT
Install
pip install ngsscriptlibrary==1.1.0

Documentation

NGSSCRIPTLIBRARY

Collection of scripts to help with NGS data-analysis in the AMC.

Prerequisites

zlib and BEDtools:

sudo apt-get install zlib-dev
wget https://github.com/arq5x/bedtools2/releases/download/v2.27.0/bedtools-2.27.0.tar.gz
tar -zxvf bedtools-2.27.0.tar.gz
cd bedtools2
make
sudo cp bedtools2/bin/* /usr/local/bin

python3-tkinter:

sudo apt-get install python3-tk

Install

sudo pip install ngsscriplibrary