Coder Social home page Coder Social logo

Comments (11)

stefdoerr avatar stefdoerr commented on May 20, 2024

Hi, can you show me the ACEMD input file in the equilibration folder?

from htmd.

vas2201 avatar vas2201 commented on May 20, 2024

Thanks for your reply.

input file


barostat on
barostatpressure 1.01325
boxsize 117.9540023803711 148.80099487304688 127.14400482177734
coordinates structure.pdb
cutoff 9
minimize 500
parameters parameters
pme on
restart on
slowperiod 1
structure structure.psf
switchdistance 7.5
switching on
temperature 298
thermostat on
thermostatdamping 1
thermostattemperature 298
timestep 4
trajectoryfile output.xtc
trajectoryperiod 25000
atomRestraint "protein and name CA" axes xyz width "0" setpoints 1@0 0@20ns
atomRestraint "protein and noh and not name CA" axes xyz width "0" setpoints 0.1@0 0@20ns
atomRestraint "nucleic and backbone" axes xyz width "0" setpoints 1@0 0@20ns
atomRestraint "nucleic and not backbone and noh" axes xyz width "0" setpoints 0.1@0 0@20ns
run 125000

from htmd.

stefdoerr avatar stefdoerr commented on May 20, 2024

This looks ok, it should be applying restraints on the RNA and protein so they cannot move in the first step. Are you sure it's not just a wrapping issue? Can you send a screenshot of the first simulation step where you saw them disassociated?

from htmd.

vas2201 avatar vas2201 commented on May 20, 2024

HI,
I attached screenshot, I see frame as DNA & RNA is not complex with protein. I can't be very sure it is wrapping issue.
https://drive.google.com/file/d/1LmDsahUvFM2XYbgjNNdpxuDrhqbMWrfS/view?usp=share_link
Regards
Vas

from htmd.

stefdoerr avatar stefdoerr commented on May 20, 2024

can you show the waters as well? Then we will know if it's a wrapping issue

from htmd.

vas2201 avatar vas2201 commented on May 20, 2024

attached :
https://drive.google.com/file/d/1eA2Kt2AD0sU1hS3L0FvH65_7fybaNJnT/view?usp=share_link

from htmd.

stefdoerr avatar stefdoerr commented on May 20, 2024

Yes this looks like a visualization issue due to the wrapping.
Try loading the trajectory into moleculekit and re-wrapping:

from moleculekit.molecule import Molecule
mol = Molecule("./structure.prmtop")
mol.read("output.xtc")
mol.wrap("protein or nucleic") # The geometric center of this selection will be the new wrapping center
mol.view()

from htmd.

stefdoerr avatar stefdoerr commented on May 20, 2024

https://software.acellera.com/htmd/tutorials/WrappingTutorial.html
Here is a tutorial which explains periodic wrapping in case you find it useful

from htmd.

vas2201 avatar vas2201 commented on May 20, 2024

Thank you.

from htmd.

anicoli avatar anicoli commented on May 20, 2024

Dear @stefdoerr ,

I have a question regarding the trajectory simulation of a receptor embedded within a POPC membrane, along with water and ions, using ACEMD.

During the simulation, we followed our standard procedure of wrapping the trajectory. However, we have recently observed an issue with the wrapping of the POPC head groups. I have attached an image:

image

Here the usual code for wrapping:

from moleculekit.molecule import Molecule
topology = input.psf
trj_file = trj.dcd


traj = Molecule(topology)
traj.read(trj_file)

sele='protein and name CA'
traj.wrap(sele)

#output file
traj.write(trj_wrap.dcd)

Could you kindly review the code we typically use for wrapping? It seems that is not able to handling the POPC head groups, is there any difference with wrapping function from previous HTMD version?

Thank you in advance for your assistance. I look forward to your guidance on resolving this issue.

Regards,
Alessandro

from htmd.

stefdoerr avatar stefdoerr commented on May 20, 2024

Without having the files to check I can only assume that the PSF is wrong. Either different atom order from your dcd or wrong bonds specified.

from htmd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.