diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-02 23:16:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 23:16:42 +0530 |
commit | da64cce72778213658c3780b9a14512084b6baa2 (patch) | |
tree | f63cc8e377500a144a74c58eb5dd5270acb34fea /sileodepictions/vina | |
parent | e33154175683b814fee9fa18a9c149018da3934b (diff) |
Update depiction.json
Diffstat (limited to 'sileodepictions/vina')
-rw-r--r-- | sileodepictions/vina/depiction.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sileodepictions/vina/depiction.json b/sileodepictions/vina/depiction.json index b29331b..31f7b43 100644 --- a/sileodepictions/vina/depiction.json +++ b/sileodepictions/vina/depiction.json @@ -6,14 +6,14 @@ "tabname": "Details", "views": [ { - "title": "Open-Babel", + "title": "AutoDock Vina", "useBoldText": true, "class": "DepictionSubheaderView", "useBottomMargin": false }, { "class": "DepictionMarkdownView", - "markdown": "Open Babel is a chemical toolbox designed to speak the many languages of chemical data!", + "markdown": "AutoDock Vina is an open-source program for doing molecular docking. It was designed and implemented by Dr. Oleg Trott in the Molecular Graphics Lab at The Scripps Research Institute.", "useSpacing": true }, { @@ -27,7 +27,7 @@ "screenshots": [ { "accessibilityText": "Screenshot0", - "url": "https://raw.githubusercontent.com/navanchauhan/repo/master/depictions/com.navanchauhan.openbabel/screenshots/s1.png" + "url": "https://raw.githubusercontent.com/navanchauhan/repo/master/depictions/vina/screenshots/s1.png" } ] }, @@ -72,7 +72,7 @@ ] } ], - "headerImage": "https://raw.githubusercontent.com/navanchauhan/repo/gh-pages/assets/Banners/openbabel.png", + "headerImage": "https://raw.githubusercontent.com/navanchauhan/repo/gh-pages/assets/Banners/vina.png", "tintColor": "#0657bb", "minVersion": "0.1" } |