File: residues.h

package info (click to toggle)
sift 6.2.1-2
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 4,784 kB
  • sloc: ansic: 18,272; perl: 219; csh: 164; makefile: 152
file content (26 lines) | stat: -rwxr-xr-x 666 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* (C) Copyright 1993-7, Fred Hutchinson Cancer Research Center */
/* Use, modification or distribution of these programs is subject to */
/* the terms of the non-commercial licensing agreement in license.h. */

/* residues.h: Definitions for nucleotides and amino acids and translations */
/* Written by: Bill Alford */
/* Change log information is at the end of the file. */

#ifndef RESIDUES_H_
#define RESIDUES_H_

#include "blastapp.h"
#include "alphabet.h"
#include "aabet.h"
#include "ntbet.h"
#include "gcode.h"

#endif /*  RESIDUES_H_ */

/* Change log information follows. */
/*
 *
 * Revision 0.10  1993/07/16  21:56:28  billa
 * entry into system
 *
 */