Skip to content

msgr0/sp-pbwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sampled and Parallel Positional Burrows-Wheeler Transform

Install

export LIBOMP=/path/to/lib
export HTSLIB=/path/to/lib
git clone https://github.com/msgr0/sp-pbwt.git
cd sp-pbwt
make

BCF input:

Run ./sp-pbwt-bcf MODE FILE, with one of the available modes:

Syscall:

  • linear
  • sampled
  • blockpar
  • stagpar

BM input:

Run ./sp-pbwt-bm MODE FILE, with one of the available modes:

Syscall:

  • linear-syscall
  • sampled-syscall
  • blockpar-syscall
  • stagpar-syscall

Memory Mapping:

  • linear-mmap
  • sampled-mmap
  • blockpar-mmap
  • stagpar-mmap

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors