Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dspidey.h147 #define SPI_MINBLASTSIZE 7 /* smallest bit that can go into BlastTwoSequencesByLoc */ macro
H A Dspidey.c4465 if (stop1 - start1 < SPI_MINBLASTSIZE) in SPI_FillInIntron()
4477 if (stop - start < SPI_MINBLASTSIZE) in SPI_FillInIntron()
8024 if ((spi_isa_gap(start2, prevstart, Seq_strand_plus)) > SPI_MINBLASTSIZE + 2) in SPI_ConnectAlnPieces()