Skip to content

Commit

Permalink
Adjusted some typos #3 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Jun 20, 2024
1 parent be6e573 commit 2b0918d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/specimen/hqtb/core/refinement/extension.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Part one of the third step of the pipeline: refinement - extension.
Extents the model by mapping missing genes to reactions via NCBI, KEGG,
Extends the model by mapping missing genes to reactions via NCBI, KEGG,
MetaNetX and BiGG.
"""

Expand Down Expand Up @@ -927,7 +927,7 @@ def get_metabolites_kegg(model:cobra.Model,equation:str,
bigg_metabolites:pd.DataFrame,
namespace:Literal['BiGG']='BiGG') -> dict[cobra.Metabolite,int]:
"""Based on a given KEGG equation and a model, get or
create metabolite entires in/for the model.
create metabolite entries in/for the model.
Args:
- model (cobra.Model):
Expand Down

0 comments on commit 2b0918d

Please sign in to comment.