Skip to content

Commit a69c85f

Browse files
committed
fixing RF2 for symmetry
1 parent 61df3b8 commit a69c85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoseTTAFold2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"\n",
6868
"if not os.path.isdir(\"RoseTTAFold2\"):\n",
6969
" print(\"install RoseTTAFold2\")\n",
70-
" os.system(\"git clone --branch 'dimaio/gpu_mem_efficiency' https://github.com/uw-ipd/RoseTTAFold2.git\")\n",
70+
" os.system(\"git clone https://github.com/uw-ipd/RoseTTAFold2.git\")\n",
7171
" os.system(\"pip install py3Dmol\")\n",
7272
"\n",
7373
" # 17Mar2024: adding --no-dependencies to avoid installing nvidia-cuda-* dependencies\n",

0 commit comments

Comments
 (0)