mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
Use ssh instead of https
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,16 +1,16 @@
|
||||
[submodule "alphafold"]
|
||||
path = alphafold
|
||||
url = https://github.com/KosinskiLab/alphafold.git
|
||||
url = git@github.com:KosinskiLab/alphafold.git
|
||||
branch = main
|
||||
[submodule "alphapulldown/analysis_pipeline/af2plots"]
|
||||
path = alphapulldown/analysis_pipeline/af2plots
|
||||
url = https://gitlab.com/gchojnowski/af2plots.git
|
||||
url = git@gitlab.com:gchojnowski/af2plots.git
|
||||
branch = main
|
||||
[submodule "AlphaLink2"]
|
||||
path = AlphaLink2
|
||||
url = https://github.com/dingquanyu/AlphaLink2.git
|
||||
url = git@github.com:dingquanyu/AlphaLink2.git
|
||||
branch = main
|
||||
[submodule "ColabFold"]
|
||||
path = ColabFold
|
||||
url = https://github.com/sokrypton/ColabFold.git
|
||||
url = git@github.com:sokrypton/ColabFold.git
|
||||
branch = main
|
||||
|
||||
Reference in New Issue
Block a user