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

« back to all changes in this revision

Viewing changes to tools/posit.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:
1
 
/* $Id: posit.h,v 6.30 2006/09/18 17:49:06 papadopo Exp $
 
1
/* $Id: posit.h,v 6.31 2007/01/22 19:20:55 camacho Exp $
2
2
* ===========================================================================
3
3
*
4
4
*                            PUBLIC DOMAIN NOTICE
32
32
 
33
33
Contents: header file for position-based BLAST.
34
34
 
35
 
$Revision: 6.30 $
 
35
$Revision: 6.31 $
36
36
 
37
37
*****************************************************************************/
38
38
/*
39
39
* $Log: posit.h,v $
 
40
* Revision 6.31  2007/01/22 19:20:55  camacho
 
41
* From Alejandro Schaffer:
 
42
* In posPurgeMatches, when in command-line mode, added a warning for the
 
43
* situation in which only the query is used to construct the PSSM.
 
44
*
40
45
* Revision 6.30  2006/09/18 17:49:06  papadopo
41
46
* increase size of PROTEIN_ALPHABET
42
47
*
330
335
 
331
336
void LIBCALL posCancel(posSearchItems *posSearch, compactSearchItems * compactSearch, Int4 first, Int4 second, Int4 matchStart, Int4 intervalLength);
332
337
 
333
 
void LIBCALL posPurgeMatches(posSearchItems *posSearch, compactSearchItems * compactSearch);
 
338
void LIBCALL posPurgeMatches(posSearchItems *posSearch, compactSearchItems * compactSearch, ValNodePtr * error_return);
334
339
 
335
340
void LIBCALL posDemographics(posSearchItems *posSearch, 
336
341
                             compactSearchItems * compactSearch,