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

« back to all changes in this revision

Viewing changes to util/tables/raw_scoremat.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-12-17 19:45:48 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081217194548-s86rrujnezfxr1pv
Tags: 6.1.20081116a-2
* debian/control: per Lintian's advice, depend on ${misc:Depends} across
  the board, in case Debhelper ever populates it.
* debian/{control,rules}: split newly added large BLAST databases into a
  new ncbi-rrna-data package to keep ncbi-data to a reasonable size.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef UTIL_TABLES___SCOREMAT__H
2
2
#define UTIL_TABLES___SCOREMAT__H
3
3
 
4
 
/*  $Id: raw_scoremat.h,v 1.3 2006/09/25 19:29:05 madden Exp $
 
4
/*  $Id: raw_scoremat.h,v 1.4 2008/08/22 14:55:41 kazimird Exp $
5
5
 * ===========================================================================
6
6
 *
7
7
 *                            PUBLIC DOMAIN NOTICE
80
80
extern NCBI_TABLES_EXPORT const SNCBIPackedScoreMatrix NCBISM_Pam70;
81
81
extern NCBI_TABLES_EXPORT const SNCBIPackedScoreMatrix NCBISM_Pam250;
82
82
 
 
83
extern NCBI_TABLES_EXPORT
 
84
const SNCBIPackedScoreMatrix* NCBISM_GetStandardMatrix(const char* name);
 
85
 
83
86
#ifdef __cplusplus
84
87
}
85
88
#endif
86
89
 
87
 
/*
88
 
* ===========================================================================
89
 
*
90
 
* $Log: raw_scoremat.h,v $
91
 
* Revision 1.3  2006/09/25 19:29:05  madden
92
 
* Added the BLOSUM50 and BLOSUM90 matrices. [from Mike Gertz]
93
 
*
94
 
* Revision 1.2  2003/12/29 21:25:50  ucko
95
 
* +PAM250
96
 
*
97
 
* Revision 1.1  2003/08/21 19:48:19  ucko
98
 
* Add tables library (shared with C) for raw score matrices, etc.
99
 
*
100
 
*
101
 
* ===========================================================================
102
 
*/
103
 
 
104
90
#endif  /* UTIL_TABLES___SCOREMAT__H */