Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 760 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 760 Bytes

sexyBWT

  • boost is required
  • Intel tbb is required
  • google test is required for testing
  • compiler with C++20 support

Hybrid

pSAIS

Test

  • All the testing is writen in google test.
make test
./test

Run example

  • The input file is in fasta format.
make psais
./psais < {fasta_file}

radix_sort

reference