This file is indexed.

/usr/share/doc/sra-toolkit/help/html/bam-loader-help.html is in sra-toolkit 2.1.7a-1ubuntu2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>bam-loader help</title>
</head>
<body>

<pre>
Usage:
 bam-loader 0.0.1

bam-loader [Options] BAMFILE
    Load a bam file.

Options:
  -o, --output=TABLEPATH    REQUIRED: path to a table where the table will be put
  -V, --version             this will cause the program to emit the internal
                            version number before any other action
  -v, --verbose             extra information will be output during
                            processing second occurrence on the command line
                            means even more
  -h, -?, --help            print this message
  -l, --log-level=LEVEL     the next token will affect the logging level of
                            the program  accepted tokens are the numbers
                            0-15, fatal, sys, int, err, warn, info
                          , debug1...debug10
</pre>

</body>
</html>