Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 482 Bytes

NGSweep

Pipeline for preprocessing Next-Gen Sequencing data

Installation

Linux

NGSweep can be easily installed by creating a Conda environment. Run:

conda create -n ngsweep -c matnguyen ngsweep python=3.6

and then activate it with:

source activate ngsweep

NGSweep can then be run in the environment by typing:

ngsweep -h

To test if all the dependencies were correctly installed, you can run:

ngsweep --test