We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b0414 commit 2bb0f06Copy full SHA for 2bb0f06
AlphaFold2.ipynb
@@ -166,6 +166,7 @@
166
" # download model\n",
167
" if [ ! -d \"alphafold/\" ]; then\n",
168
" git clone https://github.com/deepmind/alphafold.git --quiet\n",
169
+ " (cd alphafold; git checkout 0bab1bf84d9d887aba5cfb6d09af1e8c3ecbc408 --quiet)\n",
170
" mv alphafold alphafold_\n",
171
" mv alphafold_/alphafold .\n",
172
" # remove \"END\" from PDBs, otherwise biopython complains\n",
@@ -828,4 +829,4 @@
828
829
]
830
}
831
-}
832
+}
0 commit comments