Skip to content

Commit

Permalink
update cloudmol
Browse files Browse the repository at this point in the history
  • Loading branch information
JinyuanSun committed Jun 11, 2023
1 parent 71076bc commit f2d27de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file added cloudmol/utils/__init__.py
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion cloudmol_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"source": [
"from cloudmol.cloudmol import PymolFold\n",
"from cloudmol.utils.utils import plot_ca_plddt\n",
"from cloudmol.utils.plot_utils import plot_ca_plddt\n",
"pf = PymolFold()\n",
"pf.set_path(\"./\")\n",
"pf.query_esmfold(\"MTYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE\", '1pga')"
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
packages=find_packages(),
install_requires=[
"requests",
"numpy",
"matplotlib"
],
python_requires='>=3.6', # Your Python compatibility
author='Jinyuan Sun',
Expand Down

0 comments on commit f2d27de

Please sign in to comment.