Git Product home page Git Product logo

Comments (2)

arjun-nufc avatar arjun-nufc commented on August 21, 2024

Plus one for this @IAlibay

from openfe.

frannerin avatar frannerin commented on August 21, 2024

Just to add to the discussion in case it's interesting, I have done a dirty fix to run a membrane system in https://github.com/frannerin/openfe/tree/membrane (and it has worked for me).

Basically, as a .pdb for my protein component I include protein-membrane-waters pre-equilibrated, saving only waters up to ~5A away from protein or membrane, i.e. the fine-tuned solvation shell.

Then, I added to the OpenMMSolvationSettings in openfe/protocols/openmm_utils/omm_settings.py an option to pass a boxSize to fill the remaining volume with waters during the normal system setup. In openfe/protocols/openmm_utils/system_creation.py I added an "if" clause to pass that boxSize to the addSolvent method (boxSize is already an argument of it) if the system being setup is the complex one and boxSize has been passed; or use the padding argument otherwise (soluble protein or ligand system).

I also added an xtal_water_residues argument to SolvationSettings to be able to specify the residue names of my "xtal" waters so that they are correctly handled/kept around using addSolvent (my waters are named T3P).

In settings.forcefield_settings.forcefields I add amber/lipid17.xml and it recognizes POPC.

from openfe.

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.