Searched refs:seqRegGffTyp (Results 1 – 1 of 1) sorted by relevance
88 static AjPRegexp seqRegGffTyp = NULL; variable15466 if(!seqRegGffTyp) in seqReadGff2()15467 seqRegGffTyp = ajRegCompC("^##([DR]NA|Protein) +([^ \t\r\n]+)"); in seqReadGff2()15495 if(ajRegExec(seqRegGffTyp, seqReadLine)) in seqReadGff2()15498 ajRegSubI(seqRegGffTyp, 1, &typstr); in seqReadGff2()15499 ajRegSubI(seqRegGffTyp, 2, &thys->Name); in seqReadGff2()19361 ajRegFree(&seqRegGffTyp); in ajSeqReadExit()