Home
last modified time | relevance | path

Searched refs:fastaSeqId (Results 1 – 2 of 2) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dwriter-reference.c171 char *fastaSeqId; member
318 free(self->fastaSeqId); in ReferenceSeq_Whack()
712 char *fastaSeqId = NULL; in ImportFasta() local
744 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 …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dwriter-reference.c171 char *fastaSeqId; member
318 free(self->fastaSeqId); in ReferenceSeq_Whack()
712 char *fastaSeqId = NULL; in ImportFasta() local
744 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 …]