Skip to content

ohmeta/inStrain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inStrain

inStrain is 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

About

Bioinformatics program inStrain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%