added AlphaLink2 as a submodule

This commit is contained in:
Geoffrey Yu
2023-11-23 13:31:32 +01:00
parent 8ebcc0c55b
commit b5468fa139
3 changed files with 6 additions and 2 deletions

4
.gitmodules vendored
View File

@@ -14,3 +14,7 @@
path = unifold
url = https://github.com/dingquanyu/Uni-Fold.git
branch = main
[submodule "AlphaLink2"]
path = AlphaLink2
url = https://github.com/dingquanyu/AlphaLink2.git
branch = main

1
AlphaLink2 Submodule

Submodule AlphaLink2 added at 63d876e4de

View File

@@ -29,7 +29,6 @@ packages=
af2plots
unifold
unifold.data
unifold.losses
unifold.modules
unifold.msa
package_dir =
@@ -38,7 +37,7 @@ package_dir =
colabfold = ./alphapulldown/ColabFold/colabfold
analysis_pipeline = ./alphapulldown/analysis_pipeline
af2plots = ./alphapulldown/analysis_pipeline/af2plots/af2plots
unifold = ./unifold/unifold/
unifold = ./AlphaLink2/unifold/
include_package_data = True
python_requires = >=3.8