This file is indexed.

/usr/lib/R/site-library/ShortRead/template/2000-RunSummary.html is in r-bioc-shortread 1.36.0-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
<h2>Run Summary</h2>
<a name="Run-Summary"></a>

<p>
  Subsequent sections of the report use the following to identify figures and
  other information.
</p>
@SAMPLE_KEY@

<p>
  Read counts. Filtered and aligned read counts are reported relative
  to the total number of reads (clusters; if only filtered or aligned
  reads are available, total read count is reported). Consult Genome
  Analyzer documentation for official guidelines. From experience,
  very good runs of the Genome Analyzer 'control' lane result in 25-30
  million reads, with up to 95&#37; passing pre-defined filters.
</p>
<pre>
  ShortRead:::.ppnCount(qa[["readCounts"]])
</pre>
@PPN_COUNT_TBL@
<pre>
  ShortRead:::.plotReadCount(qa)
</pre>
@PPN_COUNT@

<p>
  Base call frequency over all reads. Base frequencies should accurately
  reflect the frequencies of the regions sequenced.
</p>
<pre>
  ShortRead:::.plotNucleotideCount(qa)
</pre> 
@BASE_CALL_COUNT@

<p>
  Overall read quality. Lanes with consistently good quality reads have
  strong peaks at the right of the panel.
</p>
<pre>
  df &lt;- qa[["readQualityScore"]]
  ShortRead:::.plotReadQuality(df[df$type=="read",])
</pre>
@READ_QUALITY_FIGURE@