diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 00:49:32 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 00:49:32 +0530 |
commit | 85001f57a619086298af2c283d0e19e426b75dc3 (patch) | |
tree | 0c44d892aa0d57ab9f8807e4be3d3032732f80f3 /app/templates/home.html | |
parent | e8c3a2e2a04488a23207076f7db14b267d25528c (diff) |
created a pdbqt convertor utility
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index bf4cf32..f1f340a 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -23,6 +23,7 @@ <h3>Misc.</h3> <ul> + <li><a href="{{url_for('generate_pdbqts')}}">Generate PDBQTs</a> - Generate PDBQTs for your compounds or proteins</li> <li><a href="{{url_for('editor')}}">Editor</a> - Simple Molecular Editor powered by Kekule.js</li> <li><a href="{{ url_for('status')}}">Job Status</a> - Check the job status </li> <li><a href="{{ url_for('visualise')}}">Visualise</a> - Molecular Viewer </li> |