Merge branch 'master' of git://git.gromacs.org/gromacs
[gromacs/adressmacs.git] / share / html / online / map.html
blobc9ae5d972e1c7f623d2fe1e0bbe47ad1ca73ca9e
1 <title>map file format</title>
2 <LINK rel=stylesheet href="style.css" type="text/css">
3 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#650065" alink="#FF0000">
4 <h2>map file format</h2>
5 <CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=2 WIDTH="98%">
6 <TR>
7 <TD><font size=-1><A HREF="../online.html">Main Table of Contents</A></font></TD>
8 <TD ALIGN=RIGHT><B>VERSION 4.0</B></TR>
9 <TR><TD><font size=-1><A HREF="http://www.gromacs.org">GROMACS homepage</A></font></TD>
10 <TD ALIGN=RIGHT><B>Sun 18 Jan 2009</B></TR></TABLE></CENTER><HR>
11 <H3>Description</H3>
12 This file maps matrix data to RGB values which is used by the
13 <a href="do_dssp.html">do_dssp</a> program.<p>
14 The format of this file is as follow: first line number of elements
15 in the colormap. Then for each line: The first character is
16 a code for the secondary structure type.
17 Then comes a string for use in the legend of the plot and then the
18 R (red) G (green) and B (blue) values. <p>
19 In this case the colors are
20 (in order of appearance): white, red, black, cyan, yellow, blue,
21 magenta, orange.
22 <pre>
24 ~ Coil 1.0 1.0 1.0
25 E B-Sheet 1.0 0.0 0.0
26 B B-Bridge 0.0 0.0 0.0
27 S Bend 0.0 0.8 0.8
28 T Turn 1.0 1.0 0.0
29 H A-Helix 0.0 0.0 1.0
30 G 3-Helix 1.0 0.0 1.0
31 I 5-Helix 1.0 0.6 0.0
32 </pre>
33 <hr>
34 <div ALIGN=RIGHT>
35 <font size="-1"><a href="http://www.gromacs.org">http://www.gromacs.org</a></font><br>
36 </div>
37 </body>