Home
last modified time | relevance | path

Searched refs:nuclCode (Results 1 – 5 of 5) sorted by relevance

/dports/biology/mmseqs2/MMseqs2-13-45111/src/test/
H A DTestKmerNucl.cpp12 char nuclCode[4] = {'A','C','T','G'}; in kmerToSting() local
14 output[i] = nuclCode[idx & 3]; in kmerToSting()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/prefiltering/
H A DIndexer.h135 char nuclCode[4] = {'A','C','T','G'}; in printKmer() local
138 output[i] = nuclCode[ idx&3 ]; in printKmer()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsalstruc.c163 Int2 nuclCode; member
251 osp->nuclCode = onp->gcode; in CC_OrgScanGatherFunc()
271 osp.nuclCode = 0; in CC_SeqEntryOrEntityIDToGeneticCode()
299 return osp.nuclCode; in CC_SeqEntryOrEntityIDToGeneticCode()
H A Dsqnutil1.c183 Int2 nuclCode; member
201 Int2 nuclCode = 0; in OrgScanGatherFunc() local
296 nuclCode = onp->gcode; in OrgScanGatherFunc()
319 osp->nuclCode = nuclCode; in OrgScanGatherFunc()
349 osp.nuclCode = 0; in SeqEntryOrEntityIDToGeneticCode()
388 return osp.nuclCode; in SeqEntryOrEntityIDToGeneticCode()
428 Int2 nuclCode = 0; in BioseqToGeneticCode() local
460 nuclCode = onp->gcode; in BioseqToGeneticCode()
487 gencode = nuclCode; in BioseqToGeneticCode()
H A Dsqnutil2.c21139 Int2 nuclCode; member
21152 gp->nuclCode = onp->gcode; in JustGetGenCodeFromOrgRef()
21210 gd.nuclCode = 0; in JustGetGenCodeForSeqEntry()
21228 return gd.nuclCode; in JustGetGenCodeForSeqEntry()