Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPorebski committed Jun 28, 2013
1 parent 139d4bc commit 3adc316
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
md_manager
MD manager
==========
MD (Molecular dynamics) manager is a work in progress project that aims to simply and automate the setup, running, management and analysis of molecular dynamics simulations. The key features intend to support the submission and management across multiple different clusters, use of multiple MD packages (gromacs and NAMD initially), a simulation setup wizard, automated analysis on job completion or user request and alerts on various errors or events.


Currently there are no documents or setup instructions.

If you request assistance in use of the software, please email: [email protected]
1 change: 1 addition & 0 deletions md_manager/manager/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

urlpatterns = patterns('',
url(r'^$', views.index, name='index'),
url(r'^jobs/', views.index, name='index')
)
2 changes: 1 addition & 1 deletion md_manager/md_manager/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

# Uncomment the next line to enable the admin:
url(r'^admin/', include(admin.site.urls)),
url(r'^manager/', include('manager.urls', namespace="manager")),
url(r'^$', include('manager.urls', namespace="manager")),
)
Binary file modified md_manager/test_db.db
Binary file not shown.

0 comments on commit 3adc316

Please sign in to comment.