This file is indexed.

/usr/share/doc/ssake/examples/README.txt is in ssake-examples 3.8.2-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
May 2014
--------

Testing the distribution with very short reads:

../SSAKE -f Herpesvirus_3.60kb.reads.fa -m 16 -o 2 -w 5 -c 1 

Testing the targeted assembly using a seed/target sequence:

../SSAKE -f Herpesvirus_3.60kb.reads.fa -m 16 -o 2 -w 5 -b seedtest -c 1 -s Herpesvirus_3.60kb.seed.fa -i 1 -j 20

Testing SSAKE on real (experimental) MiSeq sequence data for CRC tumor isolate
Campylobacter showae:

./MiSeqCampylobacterAssemblyPIPELINE.sh
(read download,trimming,formatting,assembly)

or 

./MiSeqCampylobacterAssembly.sh

(just the assembly)