Searched refs:fastaSeqId (Results 1 – 2 of 2) sorted by relevance
171 char *fastaSeqId; member318 free(self->fastaSeqId); in ReferenceSeq_Whack()712 char *fastaSeqId = NULL; in ImportFasta() local744 if (fastaSeqId == NULL) in ImportFasta()764 obj->fastaSeqId = fastaSeqId; in ImportFasta()1123 if (rs->fastaSeqId) in ReferenceSeq_Dump()1124 ALIGN_CF_DBGF(("fastaSeqId: '%s', ", rs->fastaSeqId)); in ReferenceSeq_Dump()1286 … int const sameFastaSeqId = rs->fastaSeqId != NULL ? str_weight(rs->fastaSeqId, id, idLen) : 0; in candidates()1421 if (qry != seq && qry->fastaSeqId != NULL) { in tryFasta()1424 unsigned const at = substr - qry->fastaSeqId; in tryFasta()[all …]