~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to algo/blast/api/twoseq_api.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: twoseq_api.h,v 1.13 2006/01/13 15:59:27 madden Exp $
 
1
/* $Id: twoseq_api.h,v 1.14 2009/05/27 19:29:17 camacho Exp $
2
2
***************************************************************************
3
3
*                                                                         *
4
4
*                             COPYRIGHT NOTICE                            *
77
77
 * present this only applies to nucleotide searches
78
78
 */
79
79
enum blast_hint {
80
 
    eSensitive = 0,     /**< trade off speed for sensitivity */
81
 
    eFast = 1,           /**< trade off sensitivity for speed */
82
 
    eNone = 2           /**< no hint provided, do not attempt to guess what is desired. */
 
80
    eBlastHint_Sensitive = 0,     /**< trade off speed for sensitivity */
 
81
    eBlastHint_Fast = 1,           /**< trade off sensitivity for speed */
 
82
    eBlastHint_None = 2           /**< no hint provided, do not attempt to guess what is desired. */
83
83
};
84
84
 
85
85
typedef enum seed_type {