Skip to content

Commit

Permalink
Merge pull request #230 from haddocking/179
Browse files Browse the repository at this point in the history
Make `caprieval` automatically match numbering and identify atoms
  • Loading branch information
rvhonorato committed Dec 29, 2021
2 parents 0e1eec7 + 933d969 commit 4f0826d
Show file tree
Hide file tree
Showing 6 changed files with 1,007 additions and 595 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ nseg_3 = 0
fix_origin_1 = true
fix_origin_3 = true

# (28/11/21) no support for protein-ligand yet
# [caprieval]
# reference = 'data/target.pdb'
[caprieval]
reference = 'data/target.pdb'

[seletop]
select = 5
Expand All @@ -81,9 +80,8 @@ nseg_3 = 0
fix_origin_1 = true
fix_origin_3 = true

# (28/11/21) no support for protein-ligand yet
# [caprieval]
# reference = 'data/target.pdb'
[caprieval]
reference = 'data/target.pdb'

# ====================================================================

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ jsonpickle==2.0.0
numpy==1.20.2
tox==3
git+git://github.com/joaorodrigues/fcc@fcc2
biopython
21 changes: 11 additions & 10 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: haddock3
channels:
- conda-forge
- defaults
- conda-forge
- defaults
dependencies:
- python==3.9
- pip
- numpy
- jsonpickle
- tox
- pip:
- pdb-tools
- git+https://github.com/joaorodrigues/fcc@fcc2
- python==3.9
- pip
- numpy
- jsonpickle
- tox
- biopython
- pip:
- pdb-tools
- git+https://github.com/joaorodrigues/fcc@fcc2
Loading

0 comments on commit 4f0826d

Please sign in to comment.