Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 502 Bytes

bowtie2 container

Main tool : bowtie2

Bowtie2 : Genome assembler using a reference and mapping

Additional tools:

  • Samtools version 1.19

Example Usage

bowtie2-build lambda_virus.fa /index/lambda_virus
bowtie2 -x /index/lambda_virus -U longreads.fq
bowtie2-inspect --summary /index/lambda_virus

Better documentation can be found at https://github.com/BenLangmead/bowtie2