09-30-2010
Thank you sir that work like a charm.
10 More Discussions You Might Find Interesting
1. Programming
Dear All
I have written a client server program for file transmission from one system to other using UDP.
Can i use the cksum number in the udp header to validate if the received packet is corrupted or not? If yes, how can i extract the header and validate it..
Also is there any way that... (3 Replies)
Discussion started by: iamcollins
3 Replies
2. Shell Programming and Scripting
Hello friends,
I am looking for a script or method that can display all the dates between any 2 given dates.
Input:
Date 1
290109
Date 2
010209
Output:
300109
310109
Please help me. Thanks. :):confused: (2 Replies)
Discussion started by: frozensmilz
2 Replies
3. Shell Programming and Scripting
Hi, I am creating a ksh script to search for a string of text inside files within a directory tree. Some of these file are going to be read/execute only. I know to use chmod to change the permissions of the file, but I want to preserve the original permissions after writing to the file. How can I... (3 Replies)
Discussion started by: right_coaster
3 Replies
4. Shell Programming and Scripting
Hi All,
I have spooled some data in a file (a.dat, b.dat etc..) and after that I want to get the size and checksum of spooled file (a.dat, b.dat etc..) in a log file(file_info.log).
By the way I dont want lost the previous output file info(Append data).
View of log file that I want to... (5 Replies)
Discussion started by: ce_emre21
5 Replies
5. IP Networking
Hello
I am communicating with two devices using my computer over UDP protocol. The application is running fine. When I monitored the UDP traffic using Wireshark software, I found that there were too many Checksum errors.
Please find attached the png file showing this error. I am about to... (0 Replies)
Discussion started by: AustinCann
0 Replies
6. UNIX for Dummies Questions & Answers
Hi All,
I am trying to print the dates that falls between 2 date variables into a file. Here is the example.
$BUS_DATE =20120616
$SUB_DATE=20120613
Output to file abc.txt should be : 20120613,20120614,120120615,20120616
Can you pls help me accomplish this in LINUX.
Thanks... (5 Replies)
Discussion started by: dsfreddie
5 Replies
7. Shell Programming and Scripting
hi all i want a script to FTP a file and should generate a quality checksum file
means when I FTP a file from one server to another server it should generate a QC file which should contain timestamp,no.of records in that file
Thanks in advance
saikumar (3 Replies)
Discussion started by: hemanthsaikumar
3 Replies
8. Solaris
I have one utility in VB which generates attached file(circle.14.mdn_range.properties_VB) & i have created other file(circle.14.mdn_range.properties_UTLFILE) having same contents with UTL_FILE(Oracle running on solaris). But checksum is different for both the files with same contents. Can you... (7 Replies)
Discussion started by: siramitsharma
7 Replies
9. Shell Programming and Scripting
Hi, We have an AIX server and have CURL 7.40 installed in it.
We are struggling to perform checksum on the file present on the remote server (AWS). We want to validate the checksum on the file pre and post download to make sure that there is no issue with the file.
We are writing a shell... (0 Replies)
Discussion started by: Sanjay_13
0 Replies
10. UNIX for Beginners Questions & Answers
Hi Folks,
I need a UNIX script which will copy files(Table wise) from source directory to destination directory (Under table directory) and also creates 2 additional files after getting copied to destination directory with extension .pdy and .ldy , . pdy file will be zero byte file should get... (4 Replies)
Discussion started by: Nicks1412
4 Replies
LEARN ABOUT DEBIAN
pdb2pqr
PDB2PQR(1) PDB2PQR Manual PDB2PQR(1)
NAME
pdb2pqr - Generate PQR files for use in electrostatics calculations
SYNOPSIS
pdb2pqr [--nodebump] [--noopt] [--chain] [--assign-only] [--clean] [--ffout=name] [--with-ph=ph] [--apbs-input] [--ligand=path]
[[--verbose] | [-v]] --ff=forcefield path output-path
pdb2pqr {--help | -h}
DESCRIPTION
pdb2pqr automates many of the common tasks of preparing structures for continuum electrostatics calculations, providing a utility for
converting protein files in PDB format (path) to PQR format (output-path). These tasks include:
o Adding a limited number of missing heavy atoms to biomolecular structures
o Determining side-chain pKas
o Placing missing hydrogens
o Optimizing the protein for favorable hydrogen bonding
o Assigning charge and radius parameters from a variety of force fields
OPTIONS
pdb2pqr accepts the following options:
--ff=forcefield
The forcefield to use. Current values are amber, charm, parse and tyl06.
--help, -h
Print a help message and exit.
--nodebump
Do not perform debumping operation.
--noopt
Do not perform hydrogen optimization.
--chain
Keep the chain ID in the output PQR file.
--assign-only
Only assigns charges to add atoms, debump, or optimize.
--clean
Do no optimization, atom addition, or parameter assignment, just return the original PDB file in alligned format.
--ffout=name
Instead of using the standard caninical naming scheme for residue and atom names, use the names from the given forcefield.
--with-ph=ph
Use propka to calculate pKas and apply them to the molecule given the pH value. Actual PropKa results will be output to
output-path.propka.
--apbs-input
Create an APBS input file based on the generated PQR file. Also create a Python pickle for using these parameters in other programs.
--ligand=path
Calculate the parameters for the ligand in MOL2 format at the given path. Pdb2pka must be compiled.
--verbose, -v
Print additional information to screen.
EXTENSIONS
Extensions add functionality to PDB2PQR and are called by passing a parameter to pdb2pqr. They put their results into files located in
output-path.
The following extensions can be used by pdb2pqr:
--phi
Print the per-residue backbone phi angle to output-path.phi.
--psi
Print the per-residue backbone psi angle to output-path.phi.
--hbond
Print a list of hygrogen bonds to output-path.hbond.
--chi
Print the per-residue backbone chi angle to output-path.chi.
--contact
Print a list of contacts to output-path.con.
--hbondwhatif
Print a list of hydrogen bonds to output-path.hbo.
--salt
Print a list of salt bridges to output-path.salt.
--rama
Print the per-residue phi and psi angles to outpath-path.rama.
CITING PDB2PQR
Please acknowledge your use of pdb2pqr by citing:
Dolinsky TJ, Nielsen JE, McCammon JA, Baker NA. PDB2PQR: an automated pipeline for the setup, execution, and analysis of Poisson-Boltzmann
electrostatics calculations. Nucleic Acids Research, 32, W665-W667 (2004).
SEE ALSO
psize(1)
AUTHOR
Manuel Prinz <debian@pinguinkiste.de>
Wrote this manpage for the Debian System.
COPYRIGHT
Copyright (C) 2008 Manuel Prinz
pdb2pqr 2008-06-04 PDB2PQR(1)