Skip to content
Serghei Mangul edited this page Jul 23, 2018 · 9 revisions

Quick Start

Needle (full name: Needle in a haystack) combines alignment and assembly for comprehensive virome, mycobiome, and eukaryome profiling of on the strain level. Needle first identifies candidate microbial reads and assemble those into contigs. Mapping contigs onto the reference allow one to identify individual specific strains and corresponding structural variants.

Download needle

git clone git@github.com:smangul1/needle.git

Install needle and download necessary references

cd needle
./install.sh

Run needle by a single command

./needle.sh toy.example.bam toy.example

Find needle analysis in toy.example directory. Learn more about Needle output here

Clone this wiki locally