~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to algo/blast/core/blast_diagnostics.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: blast_diagnostics.h,v 1.9 2005/11/16 14:31:36 madden Exp $
 
1
/* $Id: blast_diagnostics.h,v 1.10 2006/01/23 16:33:18 papadopo Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
71
71
   Int4 seqs_ungapped_passed; /**< Number of sequences with top HSP 
72
72
                                 after ungapped extension passing the
73
73
                                 e-value threshold. */
74
 
   Int4 extra_extensions; /**< Number of extra gapped extensions performed for
75
 
                             ungapped HSPs above the e-value threshold. */
76
74
   Int4 extensions; /**< Total number of gapped extensions performed. */
77
75
   Int4 good_extensions; /**< Number of HSPs below the e-value threshold after
78
76
                            gapped extension */