Skip to content

Commit

Permalink
fix: default openbabel for 3D depict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Aug 28, 2024
1 parent e1f7ce2 commit 5ece8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/depict.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def depict_3d_molecule(
},
),
toolkit: Literal["rdkit", "openbabel"] = Query(
default="rdkit",
default="openbabel",
description="Cheminformatics toolkit used in the backend",
),
):
Expand Down

0 comments on commit 5ece8eb

Please sign in to comment.