Skip to content

Toolkits Integrated for Genetic and Evolutionary Research

License

Notifications You must be signed in to change notification settings

songxycc/TIGER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolkits Integrated for Genetic and Evolutionary Research

Code packages and apps to conduct efficient genetic and evolutionary analysis


Overview

TIGER integrates a collection of toolkits facilitating research analysis on genetics and evolution. It is a Java based program, combining efficiency and flexibility to realize high-performance computation of various types of analysis.


Usage

TIGER is designed to simpliy its usage for the convinience of end users. It has a list of applications (Apps). Each app has a parameter file, where app parameters can be specified in the parameter file. In parameter files, lines staring with "#" can be changed, lines starting with "@" cannot be changed, lines starting with neither "#" nor "@" are user defined papameters. Users can run apps in TIGER by selecting an app and specifify its parameters. TIGER has only two options,

  • -a, the name of the selected app
  • -p, the path of the parameter file

Take running app FastCall as an example, the commnand line is,

  • java -Xmx100g -jar TIGER.jar -a FastCall -p ./parameter_fastcall.txt > log.txt &

TIGER will be developed in a long-term basis. Detailed usage of apps can be seen below.


User Manual of Apps

  • FastCall -Superfast variant calling and genotyping for whole-genome shotgun (WGS) sequencing data.
  • HapScanner -Superfast genotyper for whole-genome shotgun (WGS) sequencing data, based on an existing genetic variation library.
  • PopDep -Read depth profiler for a population, based on whole-genome shotgun (WGS) sequencing data.

Developer Manual


Releases


Citations

About

Toolkits Integrated for Genetic and Evolutionary Research

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%