~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to tools/blastpri.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
******************************************************************************/
34
34
 
35
 
/* $Revision: 6.123 $ 
 
35
/* $Revision: 6.125 $ 
36
36
* $Log: blastpri.h,v $
 
37
* Revision 6.125  2007/03/13 20:39:04  madden
 
38
*   - In the prototype for blast_set_parameters, change the type of the
 
39
*     function arguments dropoff_number_of_bits_1st_pass and
 
40
*     dropoff_number_of_bits_2nd_pass to Nlm_FloatHi.
 
41
*   [from Mike Gertz]
 
42
*
 
43
* Revision 6.124  2007/01/17 15:46:00  madden
 
44
* remove FilterDNA
 
45
*
37
46
* Revision 6.123  2006/09/21 13:42:37  madden
38
47
* BlastProcessGiLists returns a boolean to specify that an attempt was made to process a list of GIs.  If no matches were found this can be reported back to the user
39
48
*
796
805
 
797
806
 
798
807
 
799
 
Boolean LIBCALL FilterDNA PROTO((BioseqPtr bsp, Int4 filter));
800
 
 
801
808
Boolean LIBCALL FilterWithSeg PROTO((Uint1Ptr sequence, Int4 length, Uint1 alphabet));
802
809
 
803
810
BLASTResultHitlistPtr LIBCALL BLASTResultHitlistFree PROTO((BLASTResultHitlistPtr result));
1065
1072
Uint1Ptr
1066
1073
GetPrivatTranslationTable PROTO((CharPtr genetic_code, 
1067
1074
                                 Boolean reverse_complement));
1068
 
Int2 blast_set_parameters PROTO((BlastSearchBlkPtr search, Int4
1069
 
                                 dropoff_number_of_bits_1st_pass, Int4
 
1075
Int2 blast_set_parameters PROTO((BlastSearchBlkPtr search, Nlm_FloatHi
 
1076
                                 dropoff_number_of_bits_1st_pass, Nlm_FloatHi
1070
1077
                                 dropoff_number_of_bits_2nd_pass, Nlm_FloatHi
1071
1078
                                 avglen, Nlm_FloatHi searchsp, Int4 window));
1072
1079
Boolean