Home
last modified time | relevance | path

Searched defs:q_st (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/igblast/
H A Digblast.cpp872 ENa_strand q_st, in x_FindDJAln()
1072 ENa_strand q_st, in x_FindDJ()
1209 ENa_strand q_st = (q_ms) ? eNa_strand_minus : eNa_strand_plus; in x_ProcessDGeneResult() local
1315 ENa_strand q_st = (q_ms) ? eNa_strand_minus : eNa_strand_plus; in x_ProcessDJResult() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/igblast/
H A Digblast.cpp872 ENa_strand q_st, in x_FindDJAln()
1072 ENa_strand q_st, in x_FindDJ()
1209 ENa_strand q_st = (q_ms) ? eNa_strand_minus : eNa_strand_plus; in x_ProcessDGeneResult() local
1315 ENa_strand q_st = (q_ms) ? eNa_strand_minus : eNa_strand_plus; in x_ProcessDJResult() local
/dports/biology/minimap2/minimap2-2.24/python/
H A Dmappy.pyx63 def q_st(self): return self._q_st member in Alignment