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
*
*/
|