Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijuice56 committed Jan 29, 2024
1 parent eca3ff3 commit b8853b4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 57,681 deletions.
1 change: 1 addition & 0 deletions batch_predict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import subprocess

# Any folder with a collection of .pdb files
directory = "proteins/"

for file in os.listdir(directory):
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ <h2>Controls</h2>
<section id="Code">
<h1>Code</h1>
<p>All of the code is available under the MIT license on the <a href="https://github.com/kiwijuice56/protein-visualizer">protein-visualizer GitHub repository.</a>
Note that in order to run the code, you must download the most recent release of the program and copy the
<code>protein-visualizer-x.x/saved_models/</code> folder into the main directory.
Feel free to take any part of the code to expand or transform, just make sure you keep the attributions to ProSE and DeepFRI!
</section>
<section id="Attribution">
Expand Down
Loading

0 comments on commit b8853b4

Please sign in to comment.