Skip to content

AIV_seeker is optimized for detecting and identification of Avian Influenza Virus from metagenomics data.

Notifications You must be signed in to change notification settings

ASridhar94/AIV_seeker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIV_seeker

AIV_seeker is optimized for detecting and identification of Avian Influenza Virus from metagenomics data.

##installation

Create a conda environment by importing

conda env create -f AIV_seeker_env.yml

Download the code

git clone https://github.com/duanjunhyq/AIV_seeker.git

Activate conda environment

source activate aiv_seeker

Usage

Usage: perl AIV_seeker.pl -i run_folder -o result_folder
         -i     path for NGS fastq file directory
         -o     result folder
         -s     step number
                        step 1: Generate the fastq file list
                        step 2: Generate QC report
                        step 3: Quality filtering and merging
                        step 4: First search by Diamond
                        step 5: Cluster reads
                        step 6: Second search by BLAST
                        step 7: Remove chimeric sequences
                        step 8: cross-contamination detection
                        step 9: Detect subtype
                        step 10: Generate report
         -f     run the current step and following steps (default false), no parameter
         -b     BSR score (default 0.4)
         -m     margin of BSR score (default 0.3)
         -p     percentage of concordant subtype (default 0.9)
         -t     number of threads
         -h     display help message
         -l overlap level (default 0.7)
         -x threshold for identity (default 90%)
         -z threshold for chimeric check (default 90%)
         -c identity for clustering when dealing with cross-talking (default 0.97)

About

AIV_seeker is optimized for detecting and identification of Avian Influenza Virus from metagenomics data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 80.9%
  • Shell 11.9%
  • Python 7.2%