This file is indexed.

/usr/share/doc/ray/Documentation/README-heuristics is in ray-doc 2.3.1-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
The heuristics enables Ray to build paths in the graph.

Choosers implement heuristics. They are:

- OpenAssembler (OpenAssembler.cpp) glues other choosers together
- NovaEngine (RayNovaEngine.cpp) for mate-pairs (experimental)
- PairedChooser (Chooser.cpp) for short outer distances
- BubbleChooser (BubbleTool.cpp) for heterozygous sites (experimental)
- TipChooser (TipWatchDog.cpp) to dodge these tips that seem good from paired data

2011-07-20