Skip to content

Commit

Permalink
move dssp and msms out of the yml env file
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jun 17, 2024
1 parent 73969e6 commit c0c77f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/actions/install-python-and-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ runs:
which python3
python3 --version
- name: Install dependencies
shell: bash -l {0}
run: |
# Install deeprank2 conda dependencies
## DSSP
conda install -c sbl dssp>=4.2.2.1
## MSMS
conda install -c bioconda msms>=2.6.1
- name: Install the GitHub repository version of the package
shell: bash -l {0}
if: ${{ inputs.pkg-installation-type == 'repository' }}
Expand Down
2 changes: 0 additions & 2 deletions env/deeprank2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ dependencies:
- pip>=23.3
- notebook>=7.0.6
- sbl::libcifpp>=5.1.0
- sbl::dssp>=4.2.2.1
- msms>=2.6.1
- markov_clustering>=0.0.6
- pytorch=2.1.1
- torchvision>=0.16.1
Expand Down

0 comments on commit c0c77f3

Please sign in to comment.