This file is indexed.

/usr/share/EMBOSS/acd/domainreso.acd is in embassy-domainatrix 0.1.0+20100721-3build1.

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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
application: domainreso [
  documentation: "Remove low resolution domains from a DCF
                  file."
  groups: "PROTEIN:3D STRUCTURE"
  gui: "yes"
  batch: "yes"
  cpu: "low"
  embassy: "domainatrix"
]

section: input [
  information: "Input section"
  type: "page"
]

  dirlist: cpdbpath [
    parameter: "Y"
    information: "Clean domain coordinates directories"
    help: "This option specifies the location of domain CCF file
           (clean coordinate files) (input). A 'clean cordinate file'
           contains coordinate and other data for a single PDB file or a
           single domain from SCOP or CATH, in CCF format (EMBL-like). The
           files, generated by using PDBPARSE (pdb files) or DOMAINER
           (domains), contain 'cleaned-up' data that is self-consistent and
           error-corrected. Records for residue solvent accessibility and
           secondary structure are added to the file by using PDBPLUS."
    default: "./"
    extension: "ccf"
    knowntype: "domain clean coordinates"
    relations:  "EDAM: Protein tertiary structure"                     
  ]

  infile: dcfinfile [
    parameter: "Y"
    information: "Domain classification file"
    help: "This option specifies the name of DCF file (domain
           classification file) (input). A 'domain classification file'
           contains classification and other data for domains from SCOP or
           CATH, in DCF format (EMBL-like). The files are generated by using
           SCOPPARSE and CATHPARSE. Domain sequence information can be added
           to the file by using DOMAINSEQS."
    knowntype: "domain classification"
    relations:  "EDAM: EMBASSY domain classification record"           
  ]

endsection: input

section: required [
  information: "Required section"
  type: "page"
]

  float: threshold [
    standard: "Y"
    information: "Threshold for inclusion (Angstroms)."
    help: "This option specifies the threshold for inclusion
           (Angstroms). Domains exceeding the threshold for inclusion
           (Angstroms) will not be given in the output file."
    default: "2.8"
    relations: "EDAM: Generic float"                                       
  ]

endsection: required

section: output [
  information: "Output section"
  type: "page"
]

  outfile: dcfoutfile [
    parameter: "Y"
    information: "Domain classification output file"
    help: "This option specifies the name of DCF file (domain
           classification file) (output). A 'domain classification file'
           contains classification and other data for domains from SCOP or
           CATH, in DCF format (EMBL-like). The files are generated by using
           SCOPPARSE and CATHPARSE. Domain sequence information can be added
           to the file by using DOMAINSEQS."
    default: "test.scop"
    knowntype: "domain classification"
    relations:  "EDAM: EMBASSY domain classification record"           
  ]

endsection: output