This file is indexed.

/usr/include/pbseq/alignment/statistics/LookupAnchorDistribution.hpp is in libblasr-dev 0~20161219-2.

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
#ifndef _BLASR_LOOKUP_ANCHOR_DISTRIBUTION_HPP_
#define _BLASR_LOOKUP_ANCHOR_DISTRIBUTION_HPP_

#include "AnchorDistributionTable.hpp" // not ported

int LookupAnchorDistribution(int readLength, int minMatchLength, 
    int accuracy, float &mn, float &sdn, float &mnab, 
    float &sdnab);

#endif