Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
d6ae9f58
Commit
d6ae9f58
authored
Oct 20, 2023
by
jnwei
Browse files
Remove conda env config setting and update to README
parent
b3a118fc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
README.md
README.md
+2
-1
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+0
-4
No files found.
README.md
View file @
d6ae9f58
...
@@ -53,7 +53,8 @@ This package is currently supported for CUDA 11 and Pytorch 1.12
...
@@ -53,7 +53,8 @@ This package is currently supported for CUDA 11 and Pytorch 1.12
To install:
To install:
1.
Clone the repository, e.g.
`git clone https://github.com/aqlaboratory/openfold.git`
1.
Clone the repository, e.g.
`git clone https://github.com/aqlaboratory/openfold.git`
1.
From the
`openfold`
repo:
1.
From the
`openfold`
repo:
-
Create an
[
Anaconda/Mamba
](
https://docs.anaconda.com/free/anaconda/install/index.html
)
environment, e.g.
`conda env create -n openfold_env`
-
Create an
[
Anaconda/Mamba
](
https://docs.anaconda.com/free/anaconda/install/index.html
)
environment, e.g.
`conda env create -n openfold_env -f environment.yml`
-
Activate the environment, e.g
`conda activate openfold_env`
-
Activate the environment, e.g
`conda activate openfold_env`
1.
Run
`scripts/install_third_party_dependencies.sh`
to configure kernels and folding resources.
1.
Run
`scripts/install_third_party_dependencies.sh`
to configure kernels and folding resources.
...
...
scripts/install_third_party_dependencies.sh
View file @
d6ae9f58
...
@@ -14,7 +14,3 @@ gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.
...
@@ -14,7 +14,3 @@ gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.
python setup.py
install
python setup.py
install
export
LD_LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LD_LIBRARY_PATH
# The following will prepend conda library environment to $LD_LIBRARY_PATH
# upon conda library activation
# conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment