Skip to content

Example run fails in fresh installation #372

Description

@averagehat

Using the PDL1.pdb from the repo and default settings.

python -u ../bindcraft.py --settings '../settings_target/PDL1.json' --filters '../settings_filters/default_filters.json' --advanced '../settings_advanced/default_4stage_multimer.json'

. . . . 
lddt 0.83 ptm 0.83 i_ptm 0.81 rg 2.74
Trajectory successful, final pLDDT: 0.92
Starting trajectory took: 0 hours, 6 minutes, 49 seconds

Traceback (most recent call last):
  File "/opt/VDBSoftware/BindCraft/example2/../bindcraft.py", line 141, in <module>
    trajectory_interface_scores, trajectory_interface_AA, trajectory_interface_residues = score_interface(trajectory_relaxed, binder_chain)
  File "/opt/VDBSoftware/BindCraft/functions/pyrosetta_utils.py", line 26, in score_interface
    iam.set_interface("A_B")
TypeError: set_interface(): incompatible function arguments. The following argument types are supported:
    1. (self: pyrosetta.rosetta.protocols.analysis.InterfaceAnalyzerMover, interface: pyrosetta.rosetta.core.pose.DockingPartners) -> None

Invoked with: <pyrosetta.rosetta.protocols.analysis.InterfaceAnalyzerMover object at 0x14e563840d70>, 'A_B'

Output directory:

$ tree
.
|-- PDL1.pdb
|-- output
|   |-- Accepted
|   |   |-- Animation
|   |   |-- Pickle
|   |   |-- Plots
|   |   `-- Ranked
|   |-- MPNN
|   |   |-- Binder
|   |   |-- Relaxed
|   |   `-- Sequences
|   |-- Rejected
|   |-- Trajectory
|   |   |-- Animation
|   |   |   `-- PDL1_l147_s726978.html
|   |   |-- Clashing
|   |   |-- LowConfidence
|   |   |-- PDL1_l147_s726978.pdb
|   |   |-- Pickle
|   |   |-- Plots
|   |   |   |-- PDL1_l147_s726978_con.png
|   |   |   |-- PDL1_l147_s726978_i_con.png
|   |   |   |-- PDL1_l147_s726978_i_pae.png
|   |   |   |-- PDL1_l147_s726978_i_ptm.png
|   |   |   |-- PDL1_l147_s726978_loss.png
|   |   |   |-- PDL1_l147_s726978_pae.png
|   |   |   |-- PDL1_l147_s726978_plddt.png
|   |   |   |-- PDL1_l147_s726978_ptm.png
|   |   |   `-- PDL1_l147_s726978_rg.png
|   |   `-- Relaxed
|   |       `-- PDL1_l147_s726978.pdb
|   |-- failure_csv.csv
|   |-- final_design_stats.csv
|   |-- mpnn_design_stats.csv
|   `-- trajectory_stats.csv

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions