zy-optimistic / GAEP

A genome assembly assessment pipeline.
GNU General Public License v3.0
36 stars 6 forks source link

GAEP

A genome assembly evaluating pipeline.

Introduction

GAEP is a pipeline to assess genome assembly.

Installation

git clone https://github.com/zy-optimistic/GAEP.git
cd GAEP  
./gaep  

Usage

gaep <command> [options]

pipe   (NGS,TGS,trans)  let GAEP to determine the module to be executed based on the input data   
stat                    report genome basic information  
macc   (NGS)            base accuracy based on reads mapping  
kacc   (NGS)            base accuracy based on K-mer  
bkp    (TGS)            misassembly breakpoints detected  
snvcov (NGS,TGS)        SNV-coverage dot plot  
busco                   run busco v5  

Running example

gaep pipe -r genome.fasta --lr TGS.fastq -x pb --sr1 NGS_1.fastq --sr2 NGS_2.fastq -t 3 -c config.txt
#You can list your data and dependancies in the config.txt. The template of config.txt is in GAEP/config/.

Dependencies

The specified versions were used for testing GAEP.

Misassembliy breakpoint detection (bkp)

SNV-Cov dot plot (snvcov)

Base accuracy (macc)

Base accuracy (kacc)

busco v5