LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Documentation
For more information, see https://github.com/google/leveldb.
Usage on Bridges
To see what versions of LevelDB are available type
module avail leveldb
To see what other modules are needed, what commands are available and how to get additional help type
module help leveldb
To use Annovar, include a command like this in your batch script or interactive session to load the leveldb module:
module load leveldb
Be sure you also load any other modules needed, as listed by the module help leveldb
command.