Skip to content

Commit

Permalink
bootstrap: add AlphaFold repository
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Sep 24, 2024
1 parent 6a6e55e commit 6db8021
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libtbx/auto_build/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,12 @@ class phenix_pathwalker_module(SourceModule):
module = 'phenix_pathwalker'
anonymous = ['git', '[email protected]:phenix-project/phenix_pathwalker.git']

class alphafold_module(SourceModule):
module = 'alphafold'
anonymous = ['git',
'[email protected]:google-deepmind/alphafold.git',
'https://github.com/google-deepmind/alphafold.git']

# Phaser repositories
class phaser_module(SourceModule):
module = 'phaser'
Expand Down

0 comments on commit 6db8021

Please sign in to comment.