Home
last modified time | relevance | path

Searched defs:ReadMatch (Results 1 – 4 of 4) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/apps/razers/
H A Drazers.h234 struct ReadMatch struct
236 typedef typename MakeSigned_<TGPos_>::Type TGPos;
238 unsigned gseqNo; // genome seqNo
239 unsigned rseqNo; // read seqNo
240 TGPos gBegin; // begin position of the match in the genome
241 TGPos gEnd; // end position of the match in the genome
244 int mateDelta:24; // outer coordinate delta to the other mate
245 int pairScore:8; // combined score of both mates
247 unsigned short editDist; // Levenshtein distance
249 short mScore;
[all …]
/dports/biology/seqan1/seqan-1.3.1/apps/splazers/
H A Drazers.h243 struct ReadMatch struct
245 typedef typename MakeSigned_<TGPos_>::Type TGPos;
247 unsigned gseqNo; // genome seqNo
248 unsigned rseqNo; // read seqNo
249 TGPos gBegin; // begin position of the match in the genome
250 TGPos gEnd; // end position of the match in the genome
254 int pairScore:8; // combined score of both mates
256 unsigned short editDist; // Levenshtein distance
258 short mScore;
259 short seedEditDist:8;
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/splazers/
H A Drazers.h263 struct ReadMatch struct
265 typedef typename MakeSigned_<TGPos_>::Type TGPos;
267 unsigned gseqNo; // genome seqNo
268 unsigned rseqNo; // read seqNo
269 TGPos gBegin; // begin position of the match in the genome
270 TGPos gEnd; // end position of the match in the genome
274 unsigned pairScore:9; // combined score of both mates max 256
276 unsigned short editDist; // Levenshtein distance
278 short mScore;
279 short seedEditDist:8;
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers/
H A Drazers.h252 struct ReadMatch struct
254 typedef typename MakeSigned_<TGPos_>::Type TGPos;
256 unsigned gseqNo; // genome seqNo
257 unsigned rseqNo; // read seqNo
258 TGPos gBegin; // begin position of the match in the genome
259 TGPos gEnd; // end position of the match in the genome
262 int mateDelta:24; // outer coordinate delta to the other mate
263 int pairScore:8; // combined score of both mates
265 unsigned short editDist; // Levenshtein distance
267 short mScore;
[all …]