| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected