This file is indexed.

/usr/share/doc/garlic-doc/commands/rep.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
<html>

<head>
<title>
REP, REPLACE
</title>
</head>

<h1 align=center>

REP, REPLACE

</h1>

<hr size="3">

<font color=#880000>
<b>
NAME
<br>
</b>
</font>


REP, REPLACE - replace selected residues
<br><br>


<font color=#880000>
<b>
SYNOPSIS
<br>
</b>
</font>


REP
<br>
REPLACE
<br><br>


<font color=#880000>
<b>
DESCRIPTION
<br>
</b>
</font>


Replace the selected residues, using the sequence from the main sequence
buffer. At present (version 1.6), garlic is capable to replace protein
residues only. Do not use this command to replace nucleic bases or hetero
residues. After the replacement, the structure will need some refinement.
<br><br>

A residue is treated as selected if the first atom which belongs to this
residue is selected. For proteins, this is typically N (nitrogen).
<br><br>

The main sequence buffer has to be initialized before issuing the command
REPLACE. The number of residues in the main sequence buffer should be
equal to the number of selected residues.
<br><br>


<font color=#880000>
<b>
SINGLE RESIDUE REPLACEMENT
<br>
</b>
</font>


To replace a single residue, use the following commands:
<br>
select residue_sequence_number
<br>
sequence = new_residue_name
<br>
replace
<br><br>

Example:
<br>
sel 29
<br>
seq = ser
<br>
rep
<br><br>


<font color=#880000>
<b>
REPLACING THE ENTIRE SEQUENCE
<br>
</b>
</font>


The command REPLACE may be used to prepare the model of some protein using
the experimentally solved structure of the related protein. To replace the
entire protein sequence follow these general instructions:
<br>

(1) Prepare the file with the sequence of the unsolved protein
(use FASTA format).
<br>
(2) Find the related, experimentally solved protein structure.
<br>
(3) Fix insertions and deletions in the sequence of the unsolved protein.
<br>
(4) Start garlic and load the known structure.
<br>
(5) Exclude hetero residues from selection (first SEL HET, than SEL COM).
<br>
(6) If there is more than one chain restrict selection (RES chain_id/*/*/*).
<br>
(7) Load the new sequence (use the command SEQ LOAD).
<br>
(8) Replace the old sequence.
<br><br>

Don't forget that the number of selected residues should match the number
of residues in the sequence of the unsolved protein.
<br><br>


<font color=#880000>
<b>
TEMPLATE RESIDUES
<br>
</b>
</font>


The selected residues will be replaced with the residues from the template
file. Default template file contains 20 standard residues. This file should
be named residues.pdb and stored to at least one of the following
directories (listed in the search order):
<br>
(1) The current working directory.
<br>
(2) $HOME (user's home directory).
<br>
(3) $HOME/garlic (garlic subdirectory of the user's home directory).
<br>
(4) /usr/share/garlic (location for the system-wide file).
<br>
(5) /usr/local/lib/garlic (alternative location for the system-wide file).
<br>
(6) /usr/lib/garlic (another alternative location for the system-wide file).
<br><br>

If you want to add some extra residues (like modified amino-acids) to the
template file, make your own copy of the file residues.pdb and keep it either
in $HOME/garlic subdirectory or in your favorite working directory. It is
very easy to add residues to the template file: just copy and paste the
chosen exotic residue from the PDB file where you have it to the end of
garlic template file. Be sure to include hydrogen atoms! There is one more
thing: be sure that your residue does not have the same residue serial number
as the preceding residue. You don't have to worry about the position and
the orientation of your residue.
<br><br>

If you don't have the file residues.pdb,
<a href="residues.html">
click here
</a>
for html version. It is very easy to convert this version to the plain PDB,
just save it as the plain text.
<br><br>


<font color=#880000>
<b>
NOTES
<br>
</b>
</font>


(1) The command REPLACE resets the editing mode to default (no editing).
<br><br>


<font color=#880000>
<b>
RELATED COMMANDS
<br>
</b>
</font>


Use the command SELECT to define the residues which should be replaced and
SEQUENCE to define the residues which will be used as replacement.
BONDS REFRESH may be used to fix bad bonds, which may sometimes be generated
after executing the command REPLACE.

<br><br>


<hr size="3">

</html>