Skip to content

wshuai294/Bacteria-Variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identify variants by mapping reads onto the reference

Install

  • use the conda environment by
conda env create --prefix=edit -f environment.yml
conda activate edit
  • or install these tools and add them to system path
samtools
bwa
freebayes
svaba

Test

cd test/
sh test.sh

Run

python map_variant.py -h

About

Identify variants (snv, indel, sv) by mapping reads onto the reference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors