/usr/share/EMBOSS/test/acd/x.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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Example ACD file for QA testing
#
appl: qatest [ groups: "test" doc: "ACD file for QA testing" ]
sequence: asequence [ param: Y features: Y ]
sequence: bsequence [ param: Y ]
outfile: outfile [ param: Y ]
int: aint [ prompt: "first integer" ]
int: bint [ prompt: "second integer" def: 57 ]
string: testalen [ standard: Y info: "asequence length $(asequence.length)" ]
string: testblen [ standard: Y info: "bsequence length $(bsequence.length)" ]
string: outdir [ info: "output directory" ]
outfile: outtest [ param: Y odirectory: "$(outdir)" ]
seqout: outseq [ param: Y features: Y
osdirectory: "$(outdir)" ofdirectory: "$(outdir)"
]
|