/usr/share/EMBOSS/acd/cathparse.acd is in embassy-domainatrix 0.1.650-1build1.
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 | application: cathparse [
documentation: "Generate DCF file from raw CATH files."
groups: "Utils:Database creation, Protein:Domains"
gui: "yes"
batch: "yes"
cpu: "low"
embassy: "domainatrix"
relations: "EDAM_topic:0091 Data handling"
relations: "EDAM_topic:0736 Protein domains and folds"
relations: "EDAM_operation:0335 File reformatting"
relations: "EDAM_operation:2234 Structure file processing"
]
section: input [
information: "Input section"
type: "page"
]
infile: listfile [
parameter: "Y"
information: "Raw cath list file"
help: "This option specifies the name of raw CATH classification
file (caths.list.vX.X) (input). The raw CATH parsable files
(classification and description files) available from
ftp.biochem.ucl.ac.uk (/pub/cathdata/v2.4)."
default: "caths.list.v2.4"
knowntype: "Raw cath list"
relations: "EDAM_data:0900 Protein domain classification"
]
infile: domfile [
parameter: "Y"
information: "Raw cath domlist file"
help: "This option specifies the name of raw CATH classification
file (domlist.vX.X) (input). The raw CATH parsable files
(classification and description files) available from
ftp.biochem.ucl.ac.uk (/pub/cathdata/v2.4)."
default: "domlist.v2.4"
knowntype: "Raw cath domlist"
relations: "EDAM_data:0900 Protein domain classification"
]
infile: namesfile [
parameter: "Y"
information: "Raw cath names file"
help: "This option specifies the name of raw CATH classification
file (CAT.names.all.vX.X) (input). The raw CATH parsable files
(classification and description files) available from
ftp.biochem.ucl.ac.uk (/pub/cathdata/v2.4)."
default: "CAT.names.all.v2.4"
knowntype: "Raw cath names"
relations: "EDAM_data:0900 Protein domain classification"
]
endsection: input
section: output [
information: "Output section"
type: "page"
]
outfile: outfile [
parameter: "Y"
information: "Domain classification output file"
help: "This option specifies the name of CATH 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: "Ecath.dat"
knowntype: "domain classification"
relations: "EDAM_data:0900 Protein domain classification"
]
outfile: logfile [
standard: "Y"
information: "Domainatrix log output file"
help: "This option specifies the name of the CATHPARSE log file."
default: "cathparse.log"
knowntype: "domainatrix log"
relations: "EDAM_data:1678 Tool log"
]
endsection: output
|