Skip to content

Commit

Permalink
Spheres update (#2)
Browse files Browse the repository at this point in the history
* Spheres update
- updated gitignore
- added score options to menu.json
- added sphere streams and support for realtime editing in RealtimeScoring.py

* Moved scoring options to advanced settings menu

* Fixed bug when changing >1 frame

* add back to .gitignore

* Update .gitignore

* Update .gitignore

* collapse settings menu json

Co-authored-by: Astrovicis <max@nanome.ai>
  • Loading branch information
maria-kalyuzhny and Astrovicis authored Jan 23, 2021
1 parent 8ef5756 commit 2c34b5c
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__pycache__
dsx/results.txt
nanome_realtime_scoring/dsx/results.txt
/.vscode
/build
/dist
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ $ ./build.sh
$ ./deploy.sh -a <plugin_server_address>
```

### Plugin Details

The following scores from DSX can be displayed:

- Total score: Total docking score for the ligand including possible torsion, sas and intramolecular contributions.
- Per contact score: Total score divided by the number of atom-atom-interactions having any contribution to the total score. (Do not confuse with a per atom score)

### License

MIT
Loading

0 comments on commit 2c34b5c

Please sign in to comment.