This file is indexed.

/usr/include/bamtools/api/BamAlgorithms.h is in libbamtools-dev 2.4.1+dfsg-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
// ***************************************************************************
// BamAlgorithms.h (c) 2009 Derek Barnett
// Marth Lab, Department of Biology, Boston College
// All rights reserved.
// ---------------------------------------------------------------------------
// Last modified: 10 October 2011 (DB)
// ---------------------------------------------------------------------------
// Provides generic algorithms that are intended to work with BamTools data
// structures. Where possible, these are intended to be STL-compatible.
// ***************************************************************************

#ifndef BAMALGORITHMS_H
#define BAMALGORITHMS_H

#include "api/algorithms/Sort.h"

/*! \namespace BamTools::Algorithms
    \brief Provides convenient classes & methods for working with BAM data
*/

#endif // BAM_ALGORITHMS_H