source: tags/initial/NIELS_F77/pal_res_eqv.inc

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 575 bytes
Line 
1C
2C True if an IUB base, false otherwise
3C
4      BYTE                IUB_base (0:127)
5      COMMON / IUB_base / IUB_base
6C
7C True if a WC base, false otherwise
8C
9      BYTE               WC_base (0:127)
10      COMMON / WC_base / WC_base
11C
12C Tells whether two ICHAR'ed byte values could represent the same
13C nucleic acid
14C
15      BYTE              Bas_Eqv (0:127,0:127)
16      COMMON / parmat / Bas_Eqv
17C
18C Weights matches between residues
19C
20      REAL              res_frq (0:127,0:127)
21      BYTE              res_sco (0:127,0:127)
22
23      COMMON / RESSCO / res_frq, res_sco
Note: See TracBrowser for help on using the repository browser.