Home
last modified time | relevance | path

Searched refs:hasIndel (Results 1 – 11 of 11) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/apps/snp_store/
H A Dsnp_store.cpp444 bool hasIndel = false; in alignmentHasIndel() local
445 for(unsigned i = 0; !hasIndel && i < length(rows(align)); ++i) in alignmentHasIndel()
453 hasIndel = true; in alignmentHasIndel()
459 return hasIndel; in alignmentHasIndel()
735 bool hasIndel = false; in readMatchesFromGFF_Batch() local
1021 hasIndel = true; in readMatchesFromGFF_Batch()
1038 hasIndel = true; in readMatchesFromGFF_Batch()
1113 if(splitRead && hasIndel) in readMatchesFromGFF_Batch()
1116 if(!options.realign && splitRead && length(tmpCigarStr)<=3) hasIndel = false; in readMatchesFromGFF_Batch()
1118 if(hasIndel) in readMatchesFromGFF_Batch()
H A Dsnp_store.h329 unsigned hasIndel:1; // is 1 if read match contains indels, 0 else --> gaps
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DCigar.h487 bool hasIndel();
H A DCigar.cpp398 bool Cigar::hasIndel() in hasIndel() function in Cigar
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dvcfleftalign.cpp595 bool hasIndel = false; in main() local
598 hasIndel = true; in main()
602 if (!hasIndel) { in main()
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dvcfleftalign.cpp569 bool hasIndel = false; in main() local
572 hasIndel = true; in main()
576 if (!hasIndel) { in main()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dvcfleftalign.cpp569 bool hasIndel = false; in main() local
572 hasIndel = true; in main()
576 if (!hasIndel) { in main()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/bs_tools/
H A Dcasbar.h391 unsigned hasIndel:1; // is 1 if read match contains indels, 0 else --> gaps
567 bool hasIndel = false;
620 hasIndel = true;
743 if(!options.realign && length(record.cigar)<=3) hasIndel = false;
744 if(hasIndel)
H A Dcasbar.cpp335 bool hasIndel = false; in alignmentHasIndel() local
336 for(unsigned i = 0; !hasIndel && i < length(rows(align)); ++i) in alignmentHasIndel()
344 hasIndel = true; in alignmentHasIndel()
350 return hasIndel; in alignmentHasIndel()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/snp_store/
H A Dsnp_store.cpp336 bool hasIndel = false; in alignmentHasIndel() local
337 for(unsigned i = 0; !hasIndel && i < length(rows(align)); ++i) in alignmentHasIndel()
345 hasIndel = true; in alignmentHasIndel()
351 return hasIndel; in alignmentHasIndel()
H A Dsnp_store.h696 bool hasIndel = false;
1032 hasIndel = true;
1051 hasIndel = true;
1189 if(splitRead && hasIndel)
1192 if(!options.realign && splitRead && length(tmpCigarStr)<=3) hasIndel = false;
1194 if(hasIndel)
1427 bool hasIndel = false;
1513 hasIndel = true;
1518 hasIndel = true;
1686 if(splitRead && hasIndel)
[all …]