Skip to content

Commit 2bb0f06

Browse files
committed
Pin AlphaFold to commit
1 parent e1b0414 commit 2bb0f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AlphaFold2.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
" # download model\n",
167167
" if [ ! -d \"alphafold/\" ]; then\n",
168168
" git clone https://github.com/deepmind/alphafold.git --quiet\n",
169+
" (cd alphafold; git checkout 0bab1bf84d9d887aba5cfb6d09af1e8c3ecbc408 --quiet)\n",
169170
" mv alphafold alphafold_\n",
170171
" mv alphafold_/alphafold .\n",
171172
" # remove \"END\" from PDBs, otherwise biopython complains\n",
@@ -828,4 +829,4 @@
828829
]
829830
}
830831
]
831-
}
832+
}

0 commit comments

Comments
 (0)