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.
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 2700This 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.