openfold icon indicating copy to clipboard operation
openfold copied to clipboard

How to run for solo sequence without template

Open nobleaustine opened this issue 7 months ago • 0 comments

I want to run for a single sequence and do not want to use template and the following is what documentaion says but when I run by just giveing the path of template and keeping it empty I get the files not found error

In the same per-label subdirectories inside embeddings_output_dir, you can also place *.hhr files (outputs from HHSearch), which can contain the details about the structures that you want to use as templates. If you do not place any such file, templates will not be used and only the ESM-1b embeddings will be used to predict the structure. If you want to use templates, you need to pass the PDB MMCIF dataset to the command.

if not glob.glob(os.path.join(self._mmcif_dir, "*.cif")): logging.error("Could not find CIFs in %s", self._mmcif_dir) raise ValueError(f"Could not find CIFs in {self._mmcif_dir}")

this part in template.py cause error how to solve this

nobleaustine avatar Apr 07 '25 03:04 nobleaustine