Skip to content

An error occurred when running protein-small_molecule #171

Description

@Jennyhu666

Hello, thank you for publishing boltzgen!
I met problems when predicting protein-small fractions.
This is my yaml file:
entities:

  • file:
    path: /home/biyun/Apps/boltzgen/test/prep.pdb.cif
    include:
    - chain:
    id: A
    - chain:
    id: B
    - chain:
    id: C
  • ligand:
    id: D
    smiles: 'xxx'

An error occurred when I entered the following command:
/home/biyun/Apps/boltzgen/boltzgen_env/bin/boltzgen run ./xxx.yaml --output result --protocol protein-small_molecule --num_designs 10 --budget 2 --moldir /home/biyun/Apps/boltzgen/checkpoint/mol-file --folding_checkpoint /home/biyun/Apps/boltzgen/checkpoint/boltz2_conf_final.ckpt --affinity_checkpoint /home/biyun/Apps/boltzgen/checkpoint/boltz2_aff.ckpt --use_kernels false --design_checkpoints /home/biyun/Apps/boltzgen/checkpoint/boltzgen1_diverse.ckpt /home/biyun/Apps/boltzgen/checkpoint/boltzgen1_adherence.ckpt --inverse_fold_checkpoint /home/biyun/Apps/boltzgen/checkpoint/boltzgen1_ifold.ckpt

Traceback (most recent call last):
File "/home/biyun/Apps/boltzgen/boltzgen_env/bin/boltzgen", line 7, in
sys.exit(main())
^^^^^^
File "/home/biyun/Apps/boltzgen/src/boltzgen/cli/boltzgen.py", line 1700, in main
run_command(args)
File "/home/biyun/Apps/boltzgen/src/boltzgen/cli/boltzgen.py", line 566, in run_command
execute_command(args)
File "/home/biyun/Apps/boltzgen/src/boltzgen/cli/boltzgen.py", line 807, in execute_command
subprocess.check_call(command)
File "/home/biyun/Apps/boltzgen/boltzgen_env/lib/python3.11/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/biyun/Apps/boltzgen/boltzgen_env/bin/python3.11', '/home/biyun/Apps/boltzgen/src/boltzgen/resources/main.py', 'result/config/design_folding.yaml']' returned non-zero exit status 1.

Looking forward to your reply.

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