Skip to content

Commit

Permalink
fixing RF2 for symmetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Apr 15, 2024
1 parent 61df3b8 commit a69c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoseTTAFold2.ipynb
Expand Up @@ -67,7 +67,7 @@
"\n",
"if not os.path.isdir(\"RoseTTAFold2\"):\n",
" print(\"install RoseTTAFold2\")\n",
" os.system(\"git clone --branch 'dimaio/gpu_mem_efficiency' https://github.com/uw-ipd/RoseTTAFold2.git\")\n",
" os.system(\"git clone https://github.com/uw-ipd/RoseTTAFold2.git\")\n",
" os.system(\"pip install py3Dmol\")\n",
"\n",
" # 17Mar2024: adding --no-dependencies to avoid installing nvidia-cuda-* dependencies\n",
Expand Down

0 comments on commit a69c85f

Please sign in to comment.