This file is indexed.

/usr/share/EMBOSS/test/acd/qatestcalcseqset.acd is in emboss-test 6.4.0-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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Example ACD file for QA testing - for calculated attributes
#

appl: qatestcalcseqset [ groups: "test" doc: "ACD file for QA testing" ]

seqset: test [ param: Y ]

string: testlength [
	 standard: "Y"
	 info: "Length"
	 default: "$(test.length)"
]

string: testname [
	 standard: "Y"
	 info: "Name"
	 default: "$(test.name)"
]

string: testbegin [
	 standard: "Y"
	 info: "Begin"
	 default: "$(test.begin)"
]

string: testend [
	 standard: "Y"
	 info: "End"
	 default: "$(test.end)"
]

string: testprotein [
	 standard: "Y"
	 info: "Protein"
	 default: "$(test.protein)"
]

string: testnucleic [
	 standard: "Y"
	 info: "Nucleic"
	 default: "$(test.nucleic)"
]

string: testtotweight [
	 standard: "Y"
	 info: "Totweight"
	 default: "$(test.totweight)"
]

string: testcount [
	 standard: "Y"
	 info: "Count"
	 default: "$(test.count)"
]