Home
last modified time | relevance | path

Searched refs:MAX_DUPLICATES (Results 1 – 3 of 3) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Dsplicetrie_build.h23 #define MAX_DUPLICATES 1000 macro
H A Dsplicetrie_build.c1395 if (nsites > MAX_DUPLICATES) { in Trie_output_size()
1396 fprintf(stderr,"Warning: Splicetrie exceeded max duplicates value of %d\n",MAX_DUPLICATES); in Trie_output_size()
1463 if (nsites > MAX_DUPLICATES) { in Trie_output_list()
1464 fprintf(stderr,"Warning: Splicetrie exceeded max duplicates value of %d\n",MAX_DUPLICATES); in Trie_output_list()
1556 if (nsites > MAX_DUPLICATES) { in Trie_output_array()
1557 fprintf(stderr,"Warning: Splicetrie exceeded max duplicates value of %d\n",MAX_DUPLICATES); in Trie_output_array()
/dports/biology/gmap/gmap-2020-09-12/
H A DChangeLog14817 * splicetrie.c: Increased value of MAX_DUPLICATES from 100 to 1000