annotate mayachemtool/mayachemtools/docs/scripts/txt/InfoPDBFiles.txt @ 0:68300206e90d draft default tip

Uploaded
author deepakjadmin
date Thu, 05 Nov 2015 02:41:30 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
1 NAME
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
2 InfoPDBFiles.pl - List information about PDB files
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
3
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
4 SYNOPSIS
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
5 InfoPDBFiles.pl PDBFile(s) PDB(s)...
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
6
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
7 InfoPDBFiles.pl [-a, --all] [-b, --BoundingBox] [-c, --count
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
8 "RecordType, [RecordType,...]" | All] [--chains] [-d, --detail
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
9 infolevel] [-e, --experiment] [-f, --frequency] [-h, --help] [--header]
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
10 [m, --MasterCheck] [--residues] [--ResiduesMode InChains | All | Both]
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
11 [--ResidueNumbers] [-w, --WorkingDir dirname] PDBFile(s)...
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
12
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
13 DESCRIPTION
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
14 List information about contents of *PDBFile(s)*: number of each record
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
15 type, number of chains, count and percent distribution of residues in
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
16 each chain, bounding box and so on. Multiple PDBFile names are separated
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
17 by spaces. The valid file extension is *.pdb*. All other file name
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
18 extensions are ignored during the wild card expansion. All the PDB files
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
19 in a current directory can be specified either by **.pdb* or the current
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
20 directory name.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
21
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
22 In PDB files containing data for multiple models, all ATOM/HETAM records
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
23 for chains after the first model are ignored.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
24
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
25 OPTIONS
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
26 -a, --all
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
27 List all the available information.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
28
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
29 -b, --BoundingBox
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
30 List min/max XYZ coordiates of ATOM/HETATM records.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
31
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
32 -c, --count *RecordType,[RecordType,...]|All*
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
33 Types of PDB records to count in *PDBFile(s)*. You can specify a
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
34 list of any valid PDB record type or count all record types found in
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
35 the files. Possible values: Comma delimited list of valid
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
36 *RecordTypes* or *All*. Default: *ATOM,HETATM*. And this is also
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
37 default behavior.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
38
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
39 The list of valid PDB record types includes: *HEADER, OBSLTE, TITLE,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
40 CAVEAT, COMPND, SOURCE, KEYWDS, EXPDTA, AUTHOR, REVDAT, SPRSDE, JRN,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
41 REMARK, DBRE, SEQADV, SEQRES, MODRES, HET, HETNAM, HETSYN, FORMUL,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
42 HELIX, SHEET, TURN, SSBOND, LINK, HYDBND, SLTBRG, CISPEP, SITE,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
43 CRYST1, ORIGX1, ORIGX2, ORIGX3, SCALE1, SCALE2, SCALE3, MTRIX1
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
44 MTRIX2 MTRIX3, TVECT, MODEL, ATOM, SIGATM, ANISOU, SIGUIJ, TER,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
45 HETATM, ENDMDL, CONECT, MASTER, END*.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
46
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
47 --chains
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
48 Count number of chains.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
49
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
50 -d, --detail *infolevel*
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
51 Level of information to print about PDB during various options.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
52 Default: *1*. Possible values: *1, 2 or 3*.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
53
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
54 -e, --experiment
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
55 List experimental technique information along with any applicable
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
56 resolution.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
57
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
58 -f, --frequency
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
59 List distribution of residues: report count and percent of residues
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
60 in individual chains and across all the chains, or for all the
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
61 residues in the file. The value of option --residuesmode determines
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
62 how residues are counted and what is listed. The list is sorted by
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
63 frequency in descending order. By default, only residue count values
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
64 are reported. To list percent distribution of residues, specify -d,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
65 --detail value of *2* or higher.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
66
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
67 -h, --help
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
68 Print this help message.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
69
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
70 --header
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
71 List header information.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
72
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
73 m, --MasterCheck
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
74 Check master record by explicitly counting the number of REMARK,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
75 HET, HELIX, SHEET, TURN, SITE, ORIGX, SCALE, MTRIX, ATOM, HETATM,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
76 TER, CONECT and SEQRES records and comparing their values against
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
77 contents of master record.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
78
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
79 --residues
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
80 Count residues in *PDBFile(s)*. This is also default behavior.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
81
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
82 By default, only residue count values are reported. To list percent
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
83 distribution of residues, specify -d, --detail value of *2* or
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
84 higher.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
85
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
86 --ResiduesMode <InChains | All | Both>
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
87 Specify how to count residues in *PDBFile(s)*: Count residue in each
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
88 chain and across all the chains, list count iof all the residues in
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
89 the file, or list both. Possible values: *InChains, All, or Both*.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
90 Default: *Both*.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
91
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
92 --ResidueNumbers
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
93 List information about ATOM residue numbers in each chain before TER
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
94 record: start and end residue number; gaps in residue numbers
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
95 corresponding to non-sequential residue numbers; residue numbers not
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
96 in ascending order.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
97
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
98 -w, --WorkingDir *dirname*
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
99 Location of working directory. Default: current directory.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
100
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
101 EXAMPLES
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
102 To list total number of records and number of chain(s) residues in PDB
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
103 files, type:
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
104
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
105 % InfoPDBFiles.pl Sample1.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
106 % InfoPDBFiles.pl Sample2.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
107
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
108 To list all available information for PDB file Sample2.pdb, type:
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
109
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
110 % InfoPDBFiles.pl -a Sample2.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
111
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
112 To list all available information for PDB file Sample2.pdb with all
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
113 available details, type:
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
114
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
115 % InfoPDBFiles.pl -a -d Sample2.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
116
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
117 To count ATOM and HETATM records in Sample2.pdb file, type:
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
118
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
119 % InfoPDBFiles.pl -c "ATOM,HETATM" Sample2.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
120
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
121 To list distribution of residues in chains across the whole PDB file
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
122 Sample2.pdb along with percent distribution, type
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
123
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
124 % InfoPDBFiles.pl --frequency -d 2 Sample2.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
125
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
126 To list distribution of residues only across chains in PDB file
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
127 Sample2.pdb along with percent distribution, type
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
128
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
129 % InfoPDBFiles.pl --frequency -d 2 --ResiduesMode InChains Sample2.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
130
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
131 To list min/max coordinates of the bounding box which encompasses the
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
132 structure in Sample1.pdb file, type:
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
133
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
134 % InfoPDBFiles.pl -b Sample1.pdb
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
135
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
136 AUTHOR
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
137 Manish Sud <msud@san.rr.com>
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
138
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
139 SEE ALSO
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
140 ExtractFromPDBFiles.pl, InfoAminoAcids.pl, InfoNucleicAcids.pl,
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
141 InfoSequenceFiles.pl, ModifyPDBFiles.pl
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
142
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
143 COPYRIGHT
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
144 Copyright (C) 2015 Manish Sud. All rights reserved.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
145
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
146 This file is part of MayaChemTools.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
147
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
148 MayaChemTools is free software; you can redistribute it and/or modify it
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
149 under the terms of the GNU Lesser General Public License as published by
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
150 the Free Software Foundation; either version 3 of the License, or (at
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
151 your option) any later version.
68300206e90d Uploaded
deepakjadmin
parents:
diff changeset
152