Skip to content

dbChecker is a tool to check if the Annovar database format is correct and create an index file for Annovar to use.

Notifications You must be signed in to change notification settings

mingjutsai/dbChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dbChecker

dbChecker is a tool to check if the Annovar database format is correct and create an index file for Annovar to use.

Usage

usage: ./dbChecker [options] ...

Options

  • -d, --db_path <string>: Annovar database with path (string [=])
  • -b, --bin <int>: Number of bin using in Annovar database, default is 1000 (int [=1000])
  • -?, --help: Print this message

Outputs

  • <db_path>_confirm: A cleaned version of the input database with correct format.
  • <db_path>_confirm.idx: An index file for efficient querying in Annovar.

About

dbChecker is a tool to check if the Annovar database format is correct and create an index file for Annovar to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published