This file is indexed.

/usr/share/EMBOSS/acd/domainseqs.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
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
application: domainseqs [
  documentation: "Adds sequence records to a DCF file."
  groups: "Utils:Database creation"
  gui: "yes"
  batch: "yes"
  cpu: "medium"
  embassy: "domainatrix"
]

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

  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"           
  ]

  directory: dpdbdir [
    parameter: "Y"
    information: "Clean domain coordinates directory"
    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"                     
  ]

  toggle: getswiss [
    standard: "Y"
    information: "Retrieve swissprot sequence."
    default: "N"
    relations: "EDAM: Generic boolean"                                     
  ]

  infile: pdbtospfile [
    standard: "$(getswiss)"
    information: "Swissprot:pdb equivalence table file
                  (optional)"
    help: "This option specifies the name of the pdbcodes to swissprot
           indexing file. The swissprot:PDB equivalence file is generated by
           PDBTOSP"
    knowntype: "swissprot pdb equivalence table"
    nullok: "Y"
    relations:  "EDAM: SwissProt to PDB mapping"                       
  ]

  matrixf: datafile [
    additional: "$(getswiss)"
    information: "Residue substitution matrix."
    help: "This option specifies the residue substitution matrix,
           which is used for sequence comparison."
    default: "EBLOSUM62"
    relations: "EDAM: Float comparison matrix"                             
  ]

endsection: input

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

endsection: required

section: additional [
  information: "Additional section"
  type: "page"
]

  float: gapopen [
    additional: "$(getswiss)"
    information: "Gap insertion penalty."
    minimum: "1."
    maximum: "100."
    default: "10"
    valid: "Floating point number from 1.0 to 100.0"
    expected: "10.0 for any sequence"
    help: "This option specifies the gap insertion penalty. This is
           the score taken away when a gap is created. The best value depends
           on the choice of comparison matrix. The default value assumes you
           are using the EBLOSUM62 matrix for protein sequences, and the
           EDNAFULL matrix for nucleotide sequences."
    relations: "EDAM: Generic float"                                       
  ]

  float: gapextend [
    additional: "$(getswiss)"
    information: "Gap extension penalty."
    minimum: "0.0"
    maximum: "10."
    default: "0.5"
    valid: "Floating point number from 0.0 to 10.0"
    expected: "0.5 for any sequence"
    help: "This option specifies the gap extension penalty. This is
           added to the standard gap penalty for each base or residue in the
           gap. This is how long gaps are penalized. Usually you will expect
           a few long gaps rather than many short gaps, so the gap extension
           penalty should be lower than the gap penalty."
    relations: "EDAM: Generic float"                                       
  ]

endsection: additional

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: "domainseqs.out"
    knowntype: "domain classification"
    relations:  "EDAM: EMBASSY domain classification record"           
  ]

  outfile: logfile [
    standard: "Y"
    information: "Domainatrix log output file"
    help: "This option specifies the name of log file for the build.
           The log file contains messages about any errors arising while
           domainseqs ran."
    default: "domainseqs.log"
    knowntype: "domainatrix log"
    relations:  "EDAM: Domainatrix log file"                           
  ]

endsection: output