MCPcopy Create free account
hub / github.com/ParBLiSS/FastANI / QueryMetaData

Class QueryMetaData

src/map/include/base_types.hpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 //Information about query sequence during L1/L2 mapping
79 template <typename KSEQ, typename MinimizerVec>
80 struct QueryMetaData
81 {
82 KSEQ kseq; //query sequence object pointer (kseq library)
83 seqno_t seqCounter; //query sequence counter
84 int sketchSize; //sketch size
85 MinimizerVec minimizerTableQuery; //Vector of minimizers in the query
86 };
87
88 //Final mapping result
89 struct MappingResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected