Skip to content

Commit

Permalink
Remove cctbx from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod committed Oct 2, 2024
1 parent f7cf93a commit 5a88e1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "$GITHUB_WORKSPACE/alphapulldown" >> $GITHUB_PATH
- if: matrix.install-type == 'user'
run: |
conda create -n AlphaPulldown -c omnia -c bioconda -c conda-forge python==${{ matrix.python-version }} openmm==8.0 pdbfixer==1.9 kalign2 cctbx-base pytest importlib_metadata modelcif
conda create -n AlphaPulldown -c omnia -c bioconda -c conda-forge python==${{ matrix.python-version }} openmm==8.0 pdbfixer==1.9 kalign2 pytest importlib_metadata modelcif
eval "$(conda shell.bash hook)"
conda activate AlphaPulldown
conda install -c bioconda hmmer hhsuite
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ AlphaPulldown can be used as a set of scripts for every particular step.
**Firstly**, install [Anaconda](https://www.anaconda.com/) and create an AlphaPulldown environment, gathering necessary dependencies:

```bash
conda create -n AlphaPulldown -c omnia -c bioconda -c conda-forge python==3.10 openmm==8.0 pdbfixer==1.9 kalign2 cctbx-base pytest importlib_metadata hhsuite modelcif
conda create -n AlphaPulldown -c omnia -c bioconda -c conda-forge python==3.10 openmm==8.0 pdbfixer==1.9 kalign2 pytest importlib_metadata hhsuite modelcif
```
**Optionally**, if you do not have it yet on your system, install [HMMER](http://hmmer.org/documentation.html) from Anaconda:
Expand Down
1 change: 0 additions & 1 deletion docker/pulldown.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ RUN conda install -y -c conda-forge -c bioconda --solver classic \
openmm==8.0 \
cudatoolkit==${CUDA_VERSION} \
pdbfixer==1.9 \
cctbx-base \
kalign2 \
importlib_metadata \
modelcif \
Expand Down

0 comments on commit 5a88e1e

Please sign in to comment.