Skip to content

Commit

Permalink
Pin AlphaFold to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 22, 2021
1 parent e1b0414 commit 2bb0f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AlphaFold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
" # download model\n",
" if [ ! -d \"alphafold/\" ]; then\n",
" git clone https://github.com/deepmind/alphafold.git --quiet\n",
" (cd alphafold; git checkout 0bab1bf84d9d887aba5cfb6d09af1e8c3ecbc408 --quiet)\n",
" mv alphafold alphafold_\n",
" mv alphafold_/alphafold .\n",
" # remove \"END\" from PDBs, otherwise biopython complains\n",
Expand Down Expand Up @@ -828,4 +829,4 @@
]
}
]
}
}

0 comments on commit 2bb0f06

Please sign in to comment.