Re: [gmx-users] essential dynamics analysis

2009-05-31 Thread Tsjerk Wassenaar
Hi JJ, > 1) Should ED analysis be performed only on the segment of trajectory wherein > the protein's RMSD has equilibrated, am I right?  Because I have the notion > that harmonic analysis of a trajectory can only be performed when the > protein is undergoing fluctuations about a minimum. In other

Re: [gmx-users] Re: Extend water layer along negative Z-direction

2009-06-01 Thread Tsjerk Wassenaar
Hi Anirban, You have to get a grip on PBC. What you're suggesting is like extending the earth only westward, but not eastward as something is sticking out in only one direction. It's impossible! The system is periodic.The box vectors are direction vectors, indicating the periodicity. Moreover, you

Re: [gmx-users] gromacs invsqrt() overlaps with icc invsqrt()

2009-06-02 Thread Tsjerk Wassenaar
wing procedure: >> >> # >> #!/bin/bash >> for i in `find ./gromacs-4.0.4`; do >>  sed 's/invsqrt/invSAFEsqrt/g' "$i" > tmp; >>  mv tmp "$i"; >> done >> chmod +x ./gromacs-4.0.4/configure > > Using sed -i is a bit more elegant and keeps the permissions, IIRC. > Correct. You

[gmx-users] Fwd: problem with FES4 cluster

2009-06-03 Thread Tsjerk Wassenaar
Subarna, I am not a helpdesk or mailing list, if I had had the answer, I would have replied on the mailing list already. Then, if you feel it is appropriate to send a mail to someone you don't know, at least take the effort to write a complete message. Tsjerk -- Forwarded message --

Re: [gmx-users] Entending water in negative Z direction

2009-06-04 Thread Tsjerk Wassenaar
Hi, What is the difference between increasing in the positive z direction and the negative z direction? Tsjerk On Thu, Jun 4, 2009 at 4:31 PM, Anirban Ghosh wrote: > Hi ALL, > > In previous posts I mentioned the problem I am facing: a portion of my > protein (GPCR in a POPC bilayer) in extendin

Re: [gmx-users] Re: Extending water in negative Z direction

2009-06-04 Thread Tsjerk Wassenaar
Anirban, Please, many of us have years of experience with MD and this type of systems. If you had considered that, rather than assuming that we still don't understand what you mean, you would have been on the right track to fix an apparent caveat in your knowledge regarding MD simulations, and not

Re: [gmx-users] Reg. g_density

2009-06-06 Thread Tsjerk Wassenaar
Hi Jagan, If you provide a .tpr file, the masses will be read from there. Otherwise, when providing a .gro/.pdb file or so, masses will be read from the file atommass.dat in the GMX library directory. Cheers, Tsjerk On Sat, Jun 6, 2009 at 11:25 AM, Jagan Mohan wrote: > Hey everyone, > I would l

Re: [gmx-users] Reg. g_density

2009-06-06 Thread Tsjerk Wassenaar
ide a tpr file right... is there a way of doing it without the tpr... > and also from where are the radii of the atoms read for calculation of the > volume... or is the volume calculated differently... > thanks in advance > > Regards, > Jagan > > On Sat, Jun 6, 2009 at 3:10

Re: [gmx-users] non-standard residues in pdb2gmx

2009-06-09 Thread Tsjerk Wassenaar
Hi, > What might be even easier is to create an .itp file for myristic acid, so > you can #include "myristic.itp" in any topology that needs it.  That way you > don't have to mess with .rtp files, or run pdb2gmx for every system that > contains myristic acid. But this doesn't help when it has to

Re: [gmx-users] units of eigenvalues of mass-weighted covariance matrix

2009-06-09 Thread Tsjerk Wassenaar
Hi, Well, as has been pointed out before nm\S2\N stands for nm superscript 2 normal. That is correct for non mass-weigthed covariance analysis. It's just fluctuation. Why would it be kg/m2 (kg/nm2) for mass weighted? Look at the equations in the manual. It's sqrt(mass)*sqrt(mass)*nm*nm, which make

Re: [gmx-users] problem fitting trajectory

2009-06-10 Thread Tsjerk Wassenaar
Hi, It is better to do PBC options first and fitting options after, with separate calls to trjconv. Fitting and PBC don't go well together, This has been elaborately discussed on the mailing list before. Cheers, Tsjerk On Wed, Jun 10, 2009 at 8:59 PM, Justin A. Lemkul wrote: > > I have found th

Re: [gmx-users] g_energy => RMSD = Standard Deviation?

2009-06-19 Thread Tsjerk Wassenaar
Hi, It also doesn't hurt to read up more about statistics. The standard deviation is the square root of the second central moment of a distribution, so it's the expectation value for the average deviation found in a set of mutually indepent data points. Root mean square deviation does not imply mu

Re: [gmx-users] g_energy => the reasonable range of RMSD or Fluctuation ?

2009-06-19 Thread Tsjerk Wassenaar
Hi Lin, That depends on the size of your system. Maybe add a book about statistical mechanics and thermodynamics to your reading list... Cheers, Tsjerk On Fri, Jun 19, 2009 at 8:00 PM, Chih-Ying Lin wrote: > HI > Once the system reaches the equilibrium, the thermal properties still > fluctuate

Re: [gmx-users] non squares box

2009-06-21 Thread Tsjerk Wassenaar
Hi Omer, To check your periodicity use genconf: genconf -f in.pdb -o out.pdb -nbox 2 2 2 Cheers, Tsjerk On Sun, Jun 21, 2009 at 11:23 AM, Omer Markovitch wrote: > Dear All, > I would like to ask your help on the following - I want my simulation to > include a surface, and have PBC. > The surfa

Re: [gmx-users] non squares box

2009-06-21 Thread Tsjerk Wassenaar
Right, there was no reference whatsoever to MD. The first sentence, preluding the problem, mentioned editconf. The second, mentioned trjconv. No grompp/mdrun etc in between. Anyway, also to check the periodicity in your output (note how flexibly I adapt it to the current situation): genconf -f con

Re: [gmx-users] Parameters for -Si-Si- chains?

2009-06-23 Thread Tsjerk Wassenaar
Hi Semen, When confronted with Si-Si-Si and radicals in the same sentence, I don't get comforted and definitely wouldn't characterize it as 'rather simmple' ;) There seem to be quite a number of publications referring to MD of Si-Si systems though. Try googling a bit, or try Web of Science; gives

Re: [gmx-users] Problem wih Fe-S cluster

2009-06-25 Thread Tsjerk Wassenaar
Hi Subarna, If you just want to retain the structure of the cluster it doesn't matter too much. It may be good to average values from different structures, though. HOWEVER, an FeS cluster is a catalytic site, which probably has fancy electronic properties, which may well affect the behaviour of th

Re: [gmx-users] Re: Re: problems with some calculated trajectories

2009-06-25 Thread Tsjerk Wassenaar
Hi Bernhard, The images, are they taken from exactly the same angle? If so, there's some change in orientation that is just impossible in such a short time. You didn't happen to fit your structure to a reference prior to removal of jumps, did you? Fitting messes up PBC and garbles results from -pb

Re: [gmx-users] 45a4 force field files to nucleic acids simulations

2009-06-26 Thread Tsjerk Wassenaar
Hi Guilherme, These parameters are kept in the later series 53a5 and 53a6. Cheers, Tsjerk On Fri, Jun 26, 2009 at 7:19 PM, Guilherme Menegon Giesel wrote: > Hello folks!!! > > I'm trying make simulations with nucleic acids with GROMOS. I know that was > published the article " An improved nucle

Re: [gmx-users] stopping and restarting a simulations after adding more constraints

2009-06-28 Thread Tsjerk Wassenaar
Hi Jayant, On Sun, Jun 28, 2009 at 8:23 PM, jayant james wrote: > Hi! > I have been performing a distance restrained simulation for 7ns and now I > feel that its time to throw in a few more distance restraints. So this is > what I am planning to to > > 1. Stop the simulation .The command would be,

Re: [gmx-users] Non-bonded Copper

2009-06-28 Thread Tsjerk Wassenaar
Hi Matthew, On top of the advice of Mark, consider that Copper has a rather peculiar electronic structure, which may make it difficult to model using only a Lennard-Jones potential for the non-bonded interactions. And then it will also matter whether it's Cu(I) or Cu(II). Are you sure that the sim

Re: [gmx-users] How to avoid generating wrong dihedrals?

2009-06-30 Thread Tsjerk Wassenaar
Hi Chaofu Wu, Indeed it seems improper to have a dihedral with C-N-H-H. So it's an improper dihedral! :p The problem might arise from the addition of hydrogens. Could you give more information? Which force field did you use? what residue was causing the problem? Can you reproduce the problem start

Re: [gmx-users] problem in simulation of dna-protein complex

2009-06-30 Thread Tsjerk Wassenaar
Hi Nitu, Check the atoms and their order in the pdb and the rtp file and try to find out which match and which miss. >     C2    amber99_2 0.56770    25 > O    amber99_41   -0.58810    26 I place my bet on this one. Cheers, Tsjerk -- Tsjerk A. Wassenaar, Ph.D. Junior UD (post-doc) B

Re: [gmx-users] problem during simulation of dna-protein complex

2009-07-01 Thread Tsjerk Wassenaar
Hi Nitu, Energy minimization is only to remove some strain from your system. You probably don't want to include position restraints there. After energy minimization you typically run a short MD run in which you use position restraints such that the protein/DNA doesn't move to much, but the water c

Re: [gmx-users] protein covalently bond to ligand

2009-07-03 Thread Tsjerk Wassenaar
Hi haziz...@razi.tums.ac.ir, I think it's better to only use PRODRG for the pyridoxal phosphate part. Then you can process the rest of the protein as usual, preserving the parameters for lysine backbone and side chain. The PLP part you can renumber and merge with the protein topology, adding bond,

Re: [gmx-users] changing pdb file residue name

2009-07-05 Thread Tsjerk Wassenaar
Hi Rukmani Sridharan, It's not a matter of name. Gromacs is unlikely to have a topological description of the molecule and you have to provide that. See http://oldwiki.gromacs.org/index.php/Parameterization Cheers, Tsjerk On Mon, Jul 6, 2009 at 6:06 AM, Rukmani Sridharan wrote: > Hi, > I am a

Re: [gmx-users] .mdp => Dihedral Angles conflict Bond Constraints ?

2009-07-06 Thread Tsjerk Wassenaar
Hi Lin, > lincs-warnangle       =       30 > this allows each covalent bond to rotate at most 30 degrees This line says to issue a warning when a bond rotates more than 30 degrees. It doesn't say lincs-maxangle or something along those lines, indicating prohibiting such rotations. Tsjerk --

Re: [gmx-users] using editconf to duplicate membrane

2009-07-07 Thread Tsjerk Wassenaar
Hi Bing, You do want to use genconf for that (the way you use it, editconf scales the coordinates). genconf -f xxx.pdb -nbox 2 2 1 -o zzz.pdb The thing to make sure is that all molecules are whole before processing them with genconf. The other possibility is to use editconf to translate a few co

Re: [gmx-users] Why is triclinic geometry not retained in confout.gro?

2009-07-07 Thread Tsjerk Wassenaar
Hi Jenny, Check chapter 3 of the manual regarding PBC. There is no box in PBC (a box defines PBC, but PBC does not define a box). The rectangular brick is just one of the ways to represent the unit cell. If you insist in seeing a triclinic unit cell, use trjconv -ur triclinic -pbc inbox. Cheers,

Re: [gmx-users] Fatal error

2009-07-07 Thread Tsjerk Wassenaar
Hi, Probably you don't have write permissions in that folder. Cheers, Tsjerk On Wed, Jul 8, 2009 at 1:07 AM, s lal badshah wrote: > Hi Gromacs user, > > I changed the version and this time it gave the following error > s...@linux-g1cj:~/Desktop/283> g_energy -f md283.edr -o md283-TE.xvg >  

Re: [gmx-users] Regarding numbering

2009-07-10 Thread Tsjerk Wassenaar
Dear P.R.Anand Narayanan, > 1. how did the number of atoms and residues change. Hydrogen atoms were added to your structure, which accounts for the increase in number of atoms. The number of residues should not have changed. Probably there is a discrepancy between the number of residues you have

Re: [gmx-users] Can I change xtc-groups while continuing a simulation?

2009-07-10 Thread Tsjerk Wassenaar
Hi Michael, > My only idea so far sounds pretty hacky: use the original coordinates and > mdp file to make a phony "initial.tpr" with the new xtc-groups and pass this > phony file on to tpbconv. I'm hesitant to do this because I don't actually > know what all is in a .tpr file and whether this wou

Re: [gmx-users] global rmsf fraction to each eigenvector

2009-07-10 Thread Tsjerk Wassenaar
Hi Fabricio, With total RMSF, do you mean over all atoms or total per atom? The former is simply the eigenvalue divided by the sum of all eigenvalues. For the latter, check g_anaeig. Cheers, Tsjerk On Fri, Jul 10, 2009 at 7:01 PM, Ragnarok sdf wrote: > Once I have the eigenvalue.xvg, how do I c

Re: [gmx-users] Water clustering

2009-07-10 Thread Tsjerk Wassenaar
Hi Taka, I'd say you need to add some more water :) But in addition to that, you definitely should run with pressure coupling in stead of at constant volume. Cheers, Tsjerk 2009/7/10 H T : > Hi, I am trying to calculate micelle formation with SDS molecules for > all-atom simulation. > 49 SDS mo

Re: [gmx-users] Different RMSD of the same system

2009-07-13 Thread Tsjerk Wassenaar
Hi Dechang Li, If your simulations are different, the results will be different. It's chaos! Cheers, Tsjerk 2009/7/13 Dechang Li : > Dear all, > >        I have did a simulation with explict water model using Gromacs-3.3.3. > To save the hard disk space, I didn't collect the coordinates of wate

Re: [gmx-users] about do_dssp

2009-07-13 Thread Tsjerk Wassenaar
Hi hazizian, That information is stored in the file you get with the option -sc. To get percentages you have to use awk or something along thos lines. Cheers, Tsjerk On Tue, Jul 14, 2009 at 5:47 AM, hazizian wrote: > > Hi > I have a question about do_dssp program.is it posible to define the amo

Re: [gmx-users] Protein going out of the box

2009-07-15 Thread Tsjerk Wassenaar
Think outside of the box when using Periodic Boundary Conditions. :p Tsjerk On Wed, Jul 15, 2009 at 9:14 AM, Mark Abraham wrote: > nikhil damle wrote: >> >> Hello, >> >> When I am running energy minimisation of protein-peptide complex, >> minimised structure shows a space for the protein in wate

Re: [gmx-users] Hydroxide Ion

2009-07-16 Thread Tsjerk Wassenaar
Hi, Well, it's not just a matter of topology. This is only true if the basic assumption holds, that the particles behave approximately classical. This is definitely not the case for species such as hydroxide and hydronium. Cheers, Tsjerk On Thu, Jul 16, 2009 at 4:13 AM, Justin A. Lemkul wrote:

Re: [gmx-users] Hg2+ ions in ion.itp

2009-07-17 Thread Tsjerk Wassenaar
Hi Anirban, I wouldn't try it if I were you. Hg is a classical example of an exotic species: http://oldwiki.gromacs.org/index.php/Exotic_Species. It has everything: non-standard (linear) coordination, charge transfer, etc. But, it may well be that the ions were only used for phasing the crystals.

[gmx-users] Fwd: help-how to define a new residue in gromacs ?

2009-08-04 Thread Tsjerk Wassenaar
This is what the GMX user list is for. Please post such requests there. Tsjerk -- Forwarded message -- From: 郭建路 Date: 2009/8/4 Subject: help-how to define a new residue in gromacs ? To: tsjerkw HI Tsjerk: can you help me ? My problem is How to define new residue in GROMACS?

Re: [gmx-users] Protein Activity

2009-08-04 Thread Tsjerk Wassenaar
Hi Lin, Start with defining "Protein activity". Tsjerk On Tue, Aug 4, 2009 at 8:11 PM, Chih-Ying Lin wrote: > > > > Hi > How can I analyze / describe Protein Activity after MD simulation? > > > Thank you > Lin > > > > > > > ___ > gmx-users mailing list

[gmx-users] Fwd: Error in PDB2GMX

2009-08-07 Thread Tsjerk Wassenaar
Sunny, It is improper to send (un)personal mails like this, targeted to several people, just changing the addressing. Basically you qualify for straightforward neglect. Do you really think the user list is only kept for fun? And I'm not even sure I ever answered one mail related to CG simulations!

Re: [gmx-users] Supercomputing Center

2009-08-09 Thread Tsjerk Wassenaar
Hi Negar Ashari Astani, There are plenty supercomputing facilities, probably even in your country, but they're not 'free'. You'll have to request time, most likely through writing an application. Your institute should have some information about contacts with (inter)national supercomputing facilit

Re: [gmx-users] energy minimization

2009-08-12 Thread Tsjerk Wassenaar
Hi, On Wed, Aug 12, 2009 at 3:06 AM, Mark Abraham wrote: > Jamie Seyed wrote: >> >> Dear all, >> I performed an md simulation but it crashed at the beginning because >> according to it "system was exploding". Also when I tried to see the >> system >> by ngmx, there was no water anymore and it was

Re: [gmx-users] Improper Dihedrals

2009-08-12 Thread Tsjerk Wassenaar
Hi, If you turn all bonds to constraints, and your system is infinitely periodic, you probably don't even need impropers. The bond lengths can only be satisfied in the plane. Adding impropers, straining your molecule further into the configuration you think is proper, adds forces that inevitable c

Re: [gmx-users] copper cluster bond to histidines

2009-08-12 Thread Tsjerk Wassenaar
Hi Andrea, You're probably best off 'fixing' the copper to the protein, meaning introducing bonds at least (harmonic, type 6?). With these bonds you can to some degree account for the effects of polarization and such on the interatomic distances, which are likely more difficult to model reparamete

Re: [gmx-users] A question regarding single sum virial

2009-08-12 Thread Tsjerk Wassenaar
Hi Lanyuan Lu, It's described in detail in Chapter 2 of Henk Bekkers PhD thesis, available at: http://dissertations.ub.rug.nl/faculties/science/1996/h.bekker/ Cheers, Tsjerk 2009/8/12 LuLanyuan : > Hello all, > I got a question when I read the the manual chapter for the single sum > virial (p19

Re: [gmx-users] minimization

2009-08-13 Thread Tsjerk Wassenaar
Hi Morteza, How did you obtain these structures? If they were modeled, maybe in part, check for knots and chain overlaps. Also check whether you're using PBC and if so, whether the box is large enough or you may have overlapping periodic images. Cheers, Tsjerk 2009/8/13 Mark Abraham : > Morteza

Re: [gmx-users] minimization

2009-08-13 Thread Tsjerk Wassenaar
Hmm, was the OPLSAA run following the GMX one on the dimer or also performed on the monomers? If you feed a multimeric protein without chain identifiers (like in a .gro file) to pdb2gmx, it will bind the different chains together. That would be a good cause for a crash. So I'd say check that first,

Re: [gmx-users] Re: solvation

2009-08-13 Thread Tsjerk Wassenaar
Hi, > Thanks for the answer. When I said far away means my pore was in one corner > of vmd window and the water molecules in opposite corner (almost). Did I miss something or did neither Vitaly nor Justin reply "Are you perhaps seeing the effect of periodic boundary conditions?". Tsjerk -- Tsj

Re: [gmx-users] minimization

2009-08-13 Thread Tsjerk Wassenaar
Hi Morteza, I think it will be best for all of us if you can provide the exact command lines you are using, and the output of pdb2gmx for the well-performing and an ill-performing force field. Otherwise I'm afraid that we will not be able to get any further than making guesses. Cheers, Tsjerk 2

[gmx-users] Re: solvation

2009-08-13 Thread Tsjerk Wassenaar
Hi, Right, but genbox puts things inside the rectangular brick corresponding to the unit cell, starting at the origin. That means that if the solute is on one end, then placing something close to the part that sticks out will actually be put on the other side of the box. But maybe I just want to m

Re: [gmx-users] How to start the Normal Modes Analysis?

2009-08-13 Thread Tsjerk Wassenaar
Hi, Start out with reading and only stop reading when you grasp what it is, what it does, what it can do and what it can't do. Tsjerk On Thu, Aug 13, 2009 at 10:37 PM, Justin A. Lemkul wrote: > > > Chih-Ying Lin wrote: >> >> >> Hi >> I read the Manual and still have no idea about the Normal Mode

Re: [gmx-users] Control Atoms for Hydroxide ?

2009-08-18 Thread Tsjerk Wassenaar
Hi, Well, who'd need control atoms? You'd just need to position it at a certain distance along a random vector. If you're talking about it as part of a water cluster or something, technically speaking it's not a hydroxide anymore :) On another note, as I mentioned before, the proton has an intrins

Re: [gmx-users] cluster graph

2009-08-19 Thread Tsjerk Wassenaar
Hey, According to the urban dictionary: II. Defining 'Noob' Contrary to the belief of many, a noob/n00b and a newbie/newb are not the same thing. Newbs are those who are new to some task* and are very beginner at it, possibly a little overconfident about it, but they are willing to learn and fix

Re: [gmx-users] grompp.mdp

2009-08-27 Thread Tsjerk Wassenaar
Hi kayal, Well, given that it reads "Fatal error" your final question seems a bit odd, doesn't it? How did you obtain the topology? Apparently, there's a bit more specified in it than a single butane! Besides, I notice that you use the GROMOS force field, which is a united atom force field. That m

Re: [gmx-users] LINCS

2009-08-30 Thread Tsjerk Wassenaar
Hi, .snip... > No, because that's not a well-defined proposition. You could generate a > small box with one solute +solvent, and then use *genbox* to replicate it. genconf, rather than genbox: genconf -f in.gro -o out.gro -nbox nx ny nz with suitable nx, ny and nz for nx*ny*nz copies. Unfortun

Re: [gmx-users] How to select Force field

2009-08-30 Thread Tsjerk Wassenaar
Hey :) What did grompp say (and why -maxwarn 3)? And what did the previous steps give? Did you check the convergence of the potential energy during energy minimization? Was there anything odd running pdb2gmx? Oh, and why would you waste resources using a cubic box? Tsjerk On Sun, Aug 30, 2009 at

Re: [gmx-users] how to use a new force field

2009-09-08 Thread Tsjerk Wassenaar
Hi, Well, to *add* a new force field, summerizing and extending the replies given earlier, you edit the file FF.dat in the directory $GMXPATH/share/gromacs/top.This file looks like 11 ffG43a1 GROMOS96 43a1 force field ffG43b1 GROMOS96 43b1 vacuum force field ffG43a2 GROMOS96 43a2 force field (

Re: [gmx-users] bypassing pdb2gmx

2009-09-10 Thread Tsjerk Wassenaar
Hi Amit, You don't need to convert the .pdb file. Gromacs can handle several file formats, including .pdb. If you have a topology that matches the .pdb in terms of atoms, then you can simply proceed with the subsequent steps. pdb2gmx is not exactly meant to convert the structure file to another fi

Re: [gmx-users] Re: System has non-zero total charge: 2.570000e+00

2009-09-13 Thread Tsjerk Wassenaar
Hi, On Sun, Sep 13, 2009 at 8:55 AM, Vitaly V. Chaban wrote: >> before energy minimization step , I performed the preprosessing step using >> grompp  . However, there’s a note that : System has non-zero total charge: >> 2.57e+00 “. >> why the total charge of system is not an integer? > > Th

Re: [gmx-users] Periodic Boundary Conditions & Location of Atoms Near Box Edges

2009-09-17 Thread Tsjerk Wassenaar
Hi Darrell, No, you just have to make sure that the bond lengths are correct in the periodic system. The PBC are invariant under translation. Cheers, Tsjerk On 9/17/09, Darrell Koskinen wrote: > Dear GROMACS Gurus, > In order to correctly model an infinite graphene sheet using periodic > boun

Re: [gmx-users] Can Gromacs produce the data from NMR?

2009-09-18 Thread Tsjerk Wassenaar
Hi Lin, You should check the manual, check the literature on cross validation of MD/NMR, and note that the tutorial you've been following has two items related to it, namely distance analysis, including NOE back calculation, and calculation of order parameters. Hope it helps, Tsjerk On Fri, S

Re: [gmx-users] editconf and g_rmsdist

2009-09-18 Thread Tsjerk Wassenaar
Hi Soren, >  Why I am seeing this difference? Is it due to round-off’s after the > transformation to center the molecule in the box? Or am I using g_rmsdist > wrongly? It's a bit weird indeed. You might be right that it's due to round-off errors. You can try to copy the original gro file and repl

Re: [gmx-users] Probelm of g_rms

2009-09-25 Thread Tsjerk Wassenaar
Hi Nikhil, Try extracting the frame just before and just after the jump and view them in pymol/vmd/rasmol/... to check for a possible cause. Cheers, Tsjerk On Fri, Sep 25, 2009 at 5:50 AM, nikhil damle wrote: > Yes. I am correcting the trajectory for periodicity > > Regards, > Nikhil > > _

Re: [gmx-users] Generating a .gro file from .pdb file

2009-09-28 Thread Tsjerk Wassenaar
Hi, > No, that procedure generates a topology file, it is not the correct tool for > a change of coordinate format (which is almost never needed anyway). As a > side effect, it regularizes an input coordinate file which might have been > in one of various formats, and outputs a coordinate file who

Re: [gmx-users] Trjconv trouble

2009-09-28 Thread Tsjerk Wassenaar
Hi Guy, Which version are you using? It may be there's a flaw in the code. If you want the forces in human readable format, you can also try converting the .trr to .g96 Hope it helps, Tsjerk On Mon, Sep 28, 2009 at 9:59 PM, Vigers, Guy wrote: > Dear Gromacs users, > > > >     I seem to be havi

Re: [gmx-users] water molecule cannot be settled

2009-09-29 Thread Tsjerk Wassenaar
Hi Carla, You may have a water molecule trapped inside your protein. Check the water molecule with the given atom number in a viewer, together with your structure. If it is inside, you can try to remove it manually from the system, editing the structure file and decreasing the amount of solvent li

Re: [gmx-users] Re: a naive question on restraints and constraints

2009-09-29 Thread Tsjerk Wassenaar
Hi, It's actually a bit more nuanced and the use of these idioms is not really backed by a semantic distinction: In Gromacs, a constraint fixes some property to a value, whereas a restraint penalizes deviation of a property from a certain value. Cheers, Tsjerk On Wed, Sep 30, 2009 at 2:03 AM, J

Re: [gmx-users] Making Commands Non-Interactive

2009-10-04 Thread Tsjerk Wassenaar
Hi, > Is trjconv parallelizable?  This is nowhere in the documentation, but if it > is, that would be very interesting... Well, the most interesting part in that regard is probably the I/O. But that's the hardest bit to parallelize. >> How to pass the choice 0 in the script Just as you would on

Re: [gmx-users] Making Commands Non-Interactive

2009-10-05 Thread Tsjerk Wassenaar
Cool. You can also write a python script to generate and execute your C-code, which you then wrap with Java to be executed through Ruby... etc. Erik, can you maybe give the assembly solution? :p Tsjerk On Mon, Oct 5, 2009 at 10:15 AM, Alexander Bujotzek wrote: > I once wrote some lines of adven

Re: [gmx-users] D-proline

2010-09-24 Thread Tsjerk Wassenaar
Hi Stefano, Using C N CA CD instead of C CA N C inverts the improper dihedral. And unlike all atom force fields, you can start from an L-proline :) Cheers, Tsjerk On Sep 24, 2010 10:46 AM, "Stefano Pieraccini" wrote: Dear Gromacs users, I would like to use gromacs to simulate a peptide

Re: [gmx-users] Query regarding protonation and deprotonation of some residues

2010-09-27 Thread Tsjerk Wassenaar
Hi Sonali, First of all, you'll have to find a force field that supports tyrosinate and serinate. These aren't generally considered titratable and are consequently not in the list for interactive selections with pdb2gmx. Once you've found a suitable force field, you'll have to set the protonation

Re: [gmx-users] Fw: last frame in trr

2010-10-04 Thread Tsjerk Wassenaar
Hey Floris, Here's a python script to write out the last frame from a .trr file: # #!/usr/bin/env python import sys # Read a 32 bit unsigned int def i(x): return sum([ord(x[j])<<(24-j*8) for j in range(4)]) # Open the file, find the end and go back f = open(sys.argv[1],'rb') f.seek(0,2) eof =

Re: [gmx-users] numerical matrix from xpm file

2010-10-04 Thread Tsjerk Wassenaar
Hi Anupam, I recently wrote a small python script to convert gromacs .xpm files to numbers. Maybe it'll be of some use to you: Cheers, Tsjerk ### #!/usr/bin/env python import sys def unquote(s): return s[1+s.find('"'):s.rfind('"')] def uncomment(s): return s[2+s.find('/*'):s.rfind('

Re: [gmx-users] Re: eigenvectors in readable format

2010-10-15 Thread Tsjerk Wassenaar
Hi Rama, You can convert the .trr file to readable .gro/.g96 with trjconv. Frames with positive times will correspond to eigenvectors; the time indicates the eigenvector index. Make sure not to use any options like pbc/fitting :p Cheers, Tsjerk On Sat, Oct 16, 2010 at 7:00 AM, Ramachandran G w

Re: [gmx-users] simulation of a protein including calcium ion

2010-10-16 Thread Tsjerk Wassenaar
Hi, Do mind that calcium binding may involve (quantum) effects that are ill captured by classical force fields. If the binding site plays a central role in your research question, this may be problematic. Cheers, Tsjerk On Oct 16, 2010 2:34 PM, "Justin A. Lemkul" wrote: leila karami wrote: >

Re: [gmx-users] g_dipole ? => The salt molecule => The discrepancy of dipole moment between my calculation and GROMACS

2010-10-20 Thread Tsjerk Wassenaar
Hey Lin, Did you consider PBC? Also, I wouldn't include the bromide if I were you, as it just adds noise, because it can move around freely. You seem to be interested in the change in dipole moment in the cation only, anyway. Cheers, Tsjerk On Oct 21, 2010 7:02 AM, "Chih-Ying Lin" wrote: HI

Re: [gmx-users] g_rmsf -res => average over time for each residue?

2010-10-24 Thread Tsjerk Wassenaar
Hi Lin, How many residues do you have and how many points do you get? (Only answer for yourself). We're no substitute for your brain, you know... Cheers, Tsjerk On Oct 25, 2010 7:47 AM, "Chih-Ying Lin" wrote: Hi g_rmsf -f abc.xtc -s abc.tpr -res -o abcrmsf.xvg *-[no]res* bool no Calc

Re: [gmx-users] problem with g_density

2010-10-25 Thread Tsjerk Wassenaar
Hi, > You're not > seeing complete mixing of your two species, but there is some diffusion > between the phases, otherwise both of your particles should drop to exactly > zero density on either side of the box middle, wouldn't they? No, not if there are undulations of the interface. Cheers, Tsj

Re: [gmx-users] g_rmsf => average over # of time frames ???

2010-10-26 Thread Tsjerk Wassenaar
Hi, Lin, please think your questions over thoroughly in stead of flushing every thought right to the mailing list. It also helps to stick to a certain subject (reply) to make sure everything ends up in the same thread. Maybe it's not a bad idea to read over http://www.catb.org/esr/faqs/smart-quest

Re: [gmx-users] mirror reflection

2010-10-26 Thread Tsjerk Wassenaar
editconf -scale -1 -1 -1 On Tue, Oct 26, 2010 at 12:56 PM, Erik Marklund wrote: > #ZHAO LINA# skrev 2010-10-26 11.46: > >  Hi, > > which can help to get the mirror reflection of a known protein? > > Thanks, > > lina > > If it's just one conformation, then I'd just write a script that multiplies >

Re: [gmx-users] Fwd: -pbc nojump

2010-10-27 Thread Tsjerk Wassenaar
Hi Leila, Maybe you're better off trying: 1. trjconv -pbc nojump # choose system for output 2. trjconv -center -pbc mol # choose protein/dna for centering, system for output Centering is done before removing PBC, so you should be safe with two passes. You might also want to play with -ur t

Re: [gmx-users] Fwd: -pbc nojump

2010-10-27 Thread Tsjerk Wassenaar
Hi Leila, 2.xtc should contain all that you want. My point was that you shouldn't need to separate protein/dna and solvent into two trajectories to be combined later. Note that this only concerns visualization. You can do distance and H-bond calculations on the original trajectory, as the relevant

Re: [gmx-users] Fwd: -pbc nojump

2010-10-27 Thread Tsjerk Wassenaar
Right :) On Wed, Oct 27, 2010 at 2:27 PM, leila karami wrote: > Dear Tsjerk > > Thus, as you said, Xtc file obtained from trjconv –pbc nojump only concerns > visualization. Thus, can I use old xtc file (with out –pbc nojump) for > analysis such as interfacial waters and water mediated hydrogen bo

[gmx-users] Fwd: RMSF => still confused ?

2010-10-28 Thread Tsjerk Wassenaar
is answers your questions. Cheers, Tsjerk -- Forwarded message -- From: Chih-Ying Lin Date: Thu, Oct 28, 2010 at 8:28 AM Subject: RMSF => still confused ? To: Tsjerk Wassenaar Hi Tsjerk: Well i am still confused about the RMSF. 1. Consider a particle, it has

Re: [gmx-users] Reg: NPT Equilibration of water

2010-10-31 Thread Tsjerk Wassenaar
Hey, There's quite a number of people that should be rereading their statistics... :p First of all, there are instantaneous measurements, averages and fluctuations. If the statistics (mean/fluctuation) are 7 +/- 500, then that doesn't mean that the average of 7 is an estimate that may be off by 5

Re: [gmx-users] High Temperature 498 K, NVT or NTP ?

2010-11-01 Thread Tsjerk Wassenaar
Hi Lin, Not really surprising that water, even SPC, evaporates at 498K and 1 bar, right? (Assuming you performed the simulation at 1 bar). The expansion of the system with NVT seems unlikely, as the volume is fixed. If it really expands, you have pressure coupling turned on, and should double chec

Re: [gmx-users] Re: pressure of the liquid in NPT and NVT

2010-11-03 Thread Tsjerk Wassenaar
Hi :) I suspect the volume fluctuations are not symmetric around the idealized volume at 1 bar. I think that would mean that the average volume does not correspond to the idealized volume, as you assumed. Cheers, Tsjerk On Wed, Nov 3, 2010 at 12:19 AM, Dallas Warren wrote: > What is the volum

Re: [gmx-users] editconf

2010-11-03 Thread Tsjerk Wassenaar
Hi Mustafa, Check the section on periodic boundary conditions in the manual. Also be sure to use 'show cell' in Pymol to display the triclinic unit cell. That will show you the differences. Besides that, do a direct comparison of the lines encoding the boxes; either the last line of a .gro fil, or

Re: [gmx-users] Re: genbox generating acetonitrile box with holes

2010-11-05 Thread Tsjerk Wassenaar
Hey, Do the holes match the parts of the protein sticking out on the other side? Tsjerk On Nov 5, 2010 8:14 PM, "Vitaly Chaban" wrote: On Fri, Nov 5, 2010 at 3:03 PM, vedat durmaz wrote: > hi vitaly, > > the only acetonitrile boxe that i was able to find is the one provided by > christoph fre

Re: [gmx-users] Re: genbox generating acetonitrile box with holes

2010-11-06 Thread Tsjerk Wassenaar
Lousa" wrote: Hello, No, the hole don't correspond to parts of the protein sticking out on the other side. The protein is in the center of the box and the holes are not due to pbc issues. Diana On Fri, Nov 5, 2010 at 10:10 PM, Tsjerk Wassenaar wrote: > > > Hey, > > D

Re: [gmx-users] Re: genbox generating acetonitrile box with holes

2010-11-06 Thread Tsjerk Wassenaar
the box doesn't have the right shape and of pbc issues, but it seems to me that the holes are present in this box, i.e. I don't think they are an artifact of trjconv. Thanks for the help Diana On Sat, Nov 6, 2010 at 8:08 PM, Tsjerk Wassenaar wrote: > > Hi Diana, > > Yeah.

Re: [gmx-users] on calculation of the atomic covariance

2010-11-11 Thread Tsjerk Wassenaar
Hi Vignesh, If your covariances show different ranges, isn't that a difference between your systems, wild-type and mutated? Then again, there's also noise in the covariances (noise in the fluctuations, ergo noise in the noise ;)). The rest might be comparable, making scaling based on the extremes

Re: [gmx-users] error found in gmx

2010-11-23 Thread Tsjerk Wassenaar
Hi Ithayaraja, That's not an error in pdb2gmx. It's an error in your input file. One of your residues (H341) is not complete. This is the first thing to check when going for a simulation. You'll have model the missing atoms in before you can proceed. Cheers, Tsjerk On Wed, Nov 24, 2010 at 5:09

Re: [gmx-users] find the relevant structure out

2010-11-23 Thread Tsjerk Wassenaar
Hi, > Visualization software can sometimes assign the secondary structure > incorrectly. There has been an interesting discussion on this on the Pymol user list years ago (http://www.mail-archive.com/pymol-us...@lists.sourceforge.net/msg01574.html). Secondary structure assignment is foremost hu

Re: [gmx-users] RMSD and Resolution

2010-11-25 Thread Tsjerk Wassenaar
Hi Ahmet, I'm not sure whether it's been checked. It has been found that NMR structures tend to yield larger deviations than crystal structures. If you're going to try, due make sure to compensate for other potential influences, such as the size and sphericity of the proteins. Cheers, Tsjerk 20

Re: [gmx-users] .pqr to .pdb

2010-11-25 Thread Tsjerk Wassenaar
Hey, For this particular conversion you can also usually use 'mv': mv file.pqr file.pdb Btw, many of these file types are human readable. It usually helps quite a bit to look at the files and get acquainted with the file formats. Cheers, Tsjerk On Nov 22, 2010 12:42 PM, "Mark Abraham" wrote:

Re: [gmx-users] g_anaeig

2010-12-10 Thread Tsjerk Wassenaar
Hi Pawan, No, there are scores and times, no energies. Cheers, Tsjerk On Fri, Dec 10, 2010 at 6:39 AM, pawan raghav wrote: > Dear justin, > Thanks for your useful suggestions but not the right way to post these > things. Anyway Dear I have already read the link mentioned by you and know > very

Re: [gmx-users] Extreme

2010-12-12 Thread Tsjerk Wassenaar
Hi Pawan, I can add two things. First of all, the score is simply the projection of a point (conformation) onto the eigenvector. Second, extreme scores/projections, be it positive or negative, are usually most unlikely, thus corresponding to highest energy. For the lowest energies, you'd be looki

<    1   2   3   4   5   6   7   8   9   10   >