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

« back to all changes in this revision

Viewing changes to algo/blast/core/blast_program.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
1
#ifndef ALGO_BLAST_CORE___BLAST_PROGRAM__H
2
2
#define ALGO_BLAST_CORE___BLAST_PROGRAM__H
3
3
 
4
 
/* $Id: blast_program.h,v 1.2 2005/11/16 14:31:36 madden Exp $
 
4
/* $Id: blast_program.h,v 1.3 2006/03/22 18:46:18 papadopo Exp $
5
5
 * ===========================================================================
6
6
 *
7
7
 *                            PUBLIC DOMAIN NOTICE
59
59
#define PSSM_QUERY_MASK         (0x1<<6)
60
60
/** This bit is on if the subject is a PSSM (RPS-BLAST) */
61
61
#define PSSM_SUBJECT_MASK       (0x1<<7)
62
 
/* This bit is on if the query includes a pattern (PHI-BLAST) */
 
62
/** This bit is on if the query includes a pattern (PHI-BLAST) */
63
63
#define PATTERN_QUERY_MASK      (0x1<<8)
64
64
 
65
65
/******************** Main BLAST program definitions ***********************/