/usr/share/doc/garlic-doc/commands/nei.html is in garlic-doc 1.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | <html>
<head>
<title>
NEI, NEIGHBORHOOD
</title>
</head>
<h1 align=center>
NEI, NEIGHBORHOOD
</h1>
<hr size="3">
<font color=#880000>
<b>
NAME
<br>
</b>
</font>
NEI, NEIGHBORHOOD - hide or show the sequence neighborhood.
<br><br>
<font color=#880000>
<b>
SYNOPSIS
<br>
</b>
</font>
NEI
<br>
NEI VER
<br>
NEI OFF
<br>
NEIGHBORHOOD
<br>
NEIGHBORHOOD VERBOSE
<br>
NEIGHBORHOOD OFF
<br><br>
<font color=#880000>
<b>
DESCRIPTION
<br>
</b>
</font>
Hide or show the sequence neighborhood of the residue covered by the pointer.
When you cross an atom or bond with the mouse pointer, the output window
will contain some useful information about this atom. In addition to this,
the top portion of the main window will contain some data about the residues
before and after the residue to which this atom belongs. The central residue
will be enclosed in a small rectangle. The entire sequence neighborhood will
be enclosed in a wide rectangle.
<br><br>
Just below the central residue there will be a small black rectangle with
a blue arrow. This arrow shows the approximate direction of the main chain.
<br><br>
<img src="neighbor.gif">
<br><br>
If you are not interested in the sequence neighborhood, execute the command:
<br><br>
nei off
<br><br>
If you want to remove the sequence neighborhood permanently, find this section
in the configuration file .garlicrc and use the keyword "no" instead of the
previus keyword ("verbose" or "yes"):
<br><br>
<table border=2 cellspacing=2 cellpading=0>
<td align="left">
# Sequence neighborhood of the residue under the pointer may be hidden,
<br>
# visible and short or visible and verbose (no/yes/verbose):
<br><br>
show sequence neighborhood: verbose
</td>
</table>
<br>
By default, the sequence neighborhood will be visible and verbose.
<br><br>
<font color=#880000>
<b>
KEYWORDS
<br>
</b>
</font>
If used without any keyword, the command NEI will make the sequence
neighborhood visible and short. The string at the top of the main window will
contain only residue names, without serial numbers and chain identifiers.
The keyword VER (long form: VERBOSE) may be used to force writing of residue
serial numbers and chain identifiers in addition to residue names.
The keyword OFF is used to hide the sequence neighborhood.
<br><br>
The keyword VER (VERBOSE) was introduced in version 1.4 of the program. The
verbose output was set as default in the configuration file, .garlicrc.
<br><br>
<font color=#880000>
<b>
EXAMPLES
<br>
</b>
</font>
<table border=2 cellspacing=2 cellpading=0>
<td align="left">
COMMAND
</td>
<td align="left">
DESCRIPTION
</td>
<tr>
<td align="left">
nei off
</td>
<td align="left">
Hide the sequence neighborhood.
</td>
<tr>
<td align="left">
nei
</td>
<td align="left">
Show short sequence neighborhood (residue names,
without serial numbers and chain identifiers).
</td>
<tr>
<td align="left">
nei ver
</td>
<td align="left">
Show verbose sequence neighborhood (residue names,
serial numbers and chain identifiers).
</td>
</table>
<br>
<font color=#880000>
<b>
NOTES
<br>
</b>
</font>
(1) Residues in the sequence neighborhood are listed in direction from amino-
to carboxyl-terminal residue.
<br><br>
(2) If the current residue is close to the polypeptide chain end, it will be
displaced from the central position.
<br><br>
(3) The half-width of the sequence neighborhood is defined as
NEIGH_HALF_WIDTH in defines.h; the total number of residues in the sequence
neighborhood is:
<br><br>
2 * NEIGH_HALF_WIDTH + 1.
<br><br>
Default NEIGH_HALF_WIDTH value is 11 which gives 23 residues in the sequence
neighborhood. The actual number of visible residues depends on the size of
the main window and on the font size. Default font size is 10x20. If this is
too large, use 9x15 or 7x14 - these fonts are still readable, but on small
displays more suitable if you want the entire sequence neighborhood to be
visible.
<br><br>
<font color=#880000>
<b>
RELATED COMMANDS
<br>
</b>
</font>
FONT is used to change the font. For example:
<br><br>
fon 7x14
<br><br>
may be used to choose reasonably small (but readable) font.
<br><br>
<hr size="3">
</html>
|