Skip to content

Commit

Permalink
update constants and toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 7, 2024
1 parent ea889dc commit 6a4545b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions kg_microbe/transform_utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
UNIPROT_KEYWORDS = ["Reference+proteome"]
UNIPROT_DESIRED_FORMAT = "tsv"
UNIPROT_SIZE = 500
UNIPROT_BATCH_SIZE = 1
ORGANISM_ID = "Organism_ID"
ORGANISM_ID_MIXED_CASE = "Organism_ID"
UNIPROT_ORG_ID_COLUMN_NAME = "Organism (ID)"
TAXONOMY_ID_UNIPROT_PREFIX = "taxonomy_id:"
UNIPROT_REVIEWED_FLAG = "reviewed:true+"
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ notebook = "^7.0.6"
jupyter-contrib-nbextensions = "^0.7.0"
python-sql = "^1.4.2"
ipython-sql = "^0.5.0"
ruff = "^0.2.1"
ruff = ">=0.2.1"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 6a4545b

Please sign in to comment.