Tutorial¶
Hint
Installation on Linux
Click here for installation help
Download IMPI for Linux (Download)
Download testdata (Download) (primers and reference gene sequence are also provided here)
Install the third-party tools:
sudo apt-get install bowtie2
pip install umi_tools
Download third-party tool NGmerge (Third party software)
Hint
Installation on Windows
Click here for installation help
Download IMPI for Windows (Download)
Download testdata (Download) (primers and reference gene sequence are also provided here)
Download and install the third-party tools (Third party software)
Hint
NGmerge installation
Click here for installation help
Installation on Windows:
Download & install cygwin: https://www.cygwin.com/setup-x86_64.exe
Choose cygwin.mirror.constant
Open cigwin and search and install the following versions:
gcc-core
make
cygwin32-zlib
openmpi
Set as environment variable: C:\cygwin64\bin
Run “make” in downloaded NGmerge folder
Installation on Linux
Install
sudo apt-get install make gcc zlib-dev libomp-dev
Run “make” in the downloaded NGmerge folder