We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9c5cc commit 6b1ff12Copy full SHA for 6b1ff12
README.md
@@ -77,7 +77,7 @@ vessel = enzmldoc.add_to_vessels(
77
unit="l", # Units are automatically converted to a UnitDefinition
78
)
79
80
-# Add a species from Chebi
+# Add a protein from UniProt
81
protein = pe.fetch_uniprot("P07327", vessel_id=vessel.id)
82
enzmldoc.proteins.append(protein)
83
0 commit comments