RainyEricYe / lfmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LFMD

Low Frequency Mutation Detector

Preparation

Install

git clone https://github.com/RainyEricYe/lfmd.git
cd lfmd2

cd example; sh test.sh # check if it works

# if not work, please export PATH to needed libs, retest
# or compile it as follows.
cd ..
vi install.sh
# modify paths to SeqLib alglib and librarys    
sh install.sh
cd example; sh test.sh

Contact

yerui@connect.hku.hk

Citation

Rui Ye et al. LFMD: detecting low-frequency mutations in genome sequencing data without molecular tags. https://www.biorxiv.org/content/10.1101/617381v11

Usage

vi lfmd.sh && ajust parameters and file paths
./lfmd.sh in.sortByReadID.bam outprefix

About

License:GNU General Public License v3.0


Languages

Language:C++ 86.6%Language:C 5.7%Language:Perl 4.6%Language:Shell 1.8%Language:Makefile 1.3%