-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
139d4bc
commit 3adc316
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
|
||
urlpatterns = patterns('', | ||
url(r'^$', views.index, name='index'), | ||
url(r'^jobs/', views.index, name='index') | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.