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

« back to all changes in this revision

Viewing changes to algo/blast/core/blast_parameters.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_parameters.h,v 1.6 2005/11/16 14:31:36 madden Exp $
 
1
/* $Id: blast_parameters.h,v 1.9 2006/01/03 17:46:53 papadopo Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
106
106
                           value in options. */
107
107
   Int4 x_dropoff; /**< Raw X-dropoff value used in the ungapped extension */
108
108
   Int4 cutoff_score; /**< Cutoff score for saving ungapped hits. */
 
109
   Int4 reduced_nucl_cutoff_score; /**< reduced cutoff score for early pruning 
 
110
                                        of ungapped nucleotide alignments */
109
111
   ESeedContainerType container_type; /**< How to store offset pairs for initial
110
112
                                        seeds? */
111
113
   ESeedExtensionMethod extension_method; /**< How should exact matches be 
112
114
                                            extended? */
 
115
   Int4 nucl_score_table[256]; /**< the combined score of all match/mismatch
 
116
                                    combinations for aligning four bases */
113
117
} BlastInitialWordParameters;
114
118
    
115
119
/** Computed values used as parameters for gapped alignments */