Skip to content

achow/Bzet-Genome-Compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 31, 2012
70283ce · May 31, 2012

History

5 Commits
May 31, 2012
May 31, 2012
May 31, 2012
May 31, 2012
May 31, 2012

Repository files navigation

Bzet.h can be found at https://github.com/achow/Bzet
Code used to generate JWB-unified-file.txt, the input file, can be found at http://www.ics.uci.edu/~dnazip/index.html
The code for the WAH* implementation used can be found at https://github.com/stefanwoj89/BZET-RLE-API
The code for FastBit WAH was provided by Kesheng Wu.

Defines when using Bzet.h:
    BZET_IMPL_  Including Bzet.h also includes the Bzet implementation
    NODE_ELS    Flavor of Bzet to use, default 8, must be a power of 2 greater 
                than 4
    STEP_BYTES  Size of auxiliary array elements, recommended default is 2

Input to all programs is JWB-unified-file.txt from stdin.

gencomp2.cpp    The genome compression implementation utilizing Bzet
gwahtest.cpp    Tests sizes, speed of compressing difference positions using 
                WAH*.
bvtest.cpp      Tests sizes, speed of compressing difference positions using
                FastBit WAH. 
bzettest.cpp    Tests sizes, speed of compressing difference positions using
                Bzet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages