Metadata-Version: 2.1
Name: ngsscriptlibrary
Version: 1.1.0
Summary: Scripts for NGS data-analysis
Home-page: https://www.github.com/martinhaagmans/ngsscriptlibrary
Author: Martin Haagmans
Author-email: mahaagmans@gmail.com
License: MIT
Description: # NGSSCRIPTLIBRARY
        
        Collection of scripts to help with NGS data-analysis in the AMC.
        
        ## Prerequisites
        
        zlib and BEDtools:
        
        ```bash
        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:
        ```bash
        sudo apt-get install python3-tk
        ```
        
        
        ## Install
        
        ```bash
        sudo pip install ngsscriplibrary
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
