Calculation of strain-level metrics


License
MIT
Install
pip install inStrain==1.8.1

Documentation

inStrain

Downloads Downloads

inStrain is a python program for analysis of co-occurring genome populations from metagenomes that allows highly accurate genome comparisons, analysis of coverage, microdiversity, and linkage, and sensitive SNP detection with gene localization and synonymous non-synonymous identification.

Manual, installation instructions, and expected output are at available at ReadTheDocs

Publication is available in Nature Biotechnology and on bioRxiv

Installation options

pip

$ pip install instrain

bioconda

$ conda install -c conda-forge -c bioconda -c defaults instrain

Docker

Docker image is available on Docker Hub at mattolm/instrain. See docker/ for use instructions.

Quick start

Show program help and modules:

$ inStrain -h

Microdiversity and SNP-calling pipeline:

$ inStrain profile mapping.bam genome_file.fasta -o inStrain_profile1

Detailed strain-level comparison:

$ inStrain compare inStrain_profile1 inStrain_profile2