Skip to content

Commit

Permalink
Fix Boltz typo and test on boltz-1 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyford committed Dec 23, 2024
1 parent 0069d11 commit 58a8a90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymolfold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Binary file modified pymolfold_v0.3.0.zip
Binary file not shown.

0 comments on commit 58a8a90

Please sign in to comment.