There was an error while loading. Please reload this page.
The BLISS library contains high level api for integration into exisiting or new applications.
The design goals of these APIs are
Three Kmer Indexes classes are currently provided. All use MPI and OpenMP as their parallel backend.
Each of these classes provide the following functions:
void build(const std::string &filename, const int &nthreads) void sendQuery(const KmerType & kmer) void flushQuery() void query(const std::vector<KmerType>& kmers) MapType& getLocalIndex() void finalize()