Skip to content

Reproduce problem #64

Description

@VicFisher

Hi,
Thank you for sharing OMTRA, which is really a wonderful project.

Recently, I have mannually installed the project as suggested and downloaded the model weights. I tried to reproduce the results on CrossDocked in the OMTRA paper with the provided code:
python ./omtra_pipelines/docking_eval/docking_eval.py \ --ckpt_path omtra/trained_models/protpharm_cond_cr_2025-11-24_13-00-028503/checkpoints/last.ckpt \ --task fixed_protein_ligand_denovo_condensed \ --dataset crossdocked \ --split val \ --n_samples 86 \ --n_replicates 100 \ --max_batch_size 100 \ --timeout 2700

This command throws:
FileNotFoundError: [Errno 2] No such file or directory: '/xxx/OMTRA/omtra/trained_models/protpharm_cond_cr_2025-11-24_13-00-028503/.hydra/config.yaml'

I checked the checkpoint directory, but didn't find the requested file. I also checked the provided downloading link 'https://bits.csb.pitt.edu/files/OMTRA/omtra_v0_weights/', but also didn't find something related.

So, how to solve the reproduce problem? Do you have any suggestions?

Kind regards,
JunLin Yu.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions