/usr/share/EMBOSS/test/acd/qatestcalcregexp.acd is in emboss-test 6.6.0-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 | # ACD file for QA testing - for calculated attributes
#
appl: qatestcalcregexp [ groups: "test" doc: "ACD file for QA testing" ]
regexp: testpattern [ param: Y info: "Regular expression" ]
string: testlength [
standard: "Y"
info: "Length"
default: "$(testpattern.length)"
]
|