Skip to content

marioernestovaldes/LimonadaMD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limonada

LIpid Membranes Open Network And DAtabase

Installation

  1. git clone https://github.com/LimonadaMD/LimonadaMD.git
  2. pip install requirements/dev.txt
  3. apt-get install sqlite3 openbabel
  4. sqlite3 db.sqlite3 < db.sqlite3.txt
  5. python manage.py migrate
  6. python manage.py runserver

Configuration

When a topology is added to the database, a verification is made with gromacs or charmm to check its validity. Add gromacs and charmm bin path at the end of limonada/settings/base.py

Add a cron task to remove temporary files created in the media/tmp directory Change the media path in limonada.cron copy limonada.cron to /usr/bin/ execute "crontab -e" and add "0 * * * * /usr/bin/limonada.cron" at the end of the file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • HTML 24.0%
  • JavaScript 14.8%
  • CSS 8.8%
  • Rich Text Format 3.1%