diff --git a/pymolfold/__init__.py b/pymolfold/__init__.py index 54a5890..751a7f3 100644 --- a/pymolfold/__init__.py +++ b/pymolfold/__init__.py @@ -175,7 +175,7 @@ def fold_boltz(aa_sequence:str, ligand:str=None, ligand_type:str=None, use_msa_s ## Get the path to the folded PDB file folded_pdb_path = os.path.join(output_dir, - f"bolts_results_{temp_fasta_filename}", + f"boltz_results_{temp_fasta_filename}", "predictions", temp_fasta_filename, f"{temp_fasta_filename}_model_0.pdb") diff --git a/pymolfold_v0.3.0.zip b/pymolfold_v0.3.0.zip index 03d0b86..0d5abab 100644 Binary files a/pymolfold_v0.3.0.zip and b/pymolfold_v0.3.0.zip differ