Skip to content

Commit

Permalink
Merge pull request #238 from Knowledge-Graph-Hub/fix-bactotraits-down…
Browse files Browse the repository at this point in the history
…load

fix bactotraits download filename
  • Loading branch information
hrshdhgd authored Aug 30, 2024
2 parents 3501f50 + cd417da commit fdec15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kg_microbe/transform_utils/bactotraits/bactotraits.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def run(
) -> None:
"""Run BactoTraitsTransform."""
if data_file is None:
data_file = self.source_name + "_databaseV2_Jun2022.csv"
data_file = "BactoTraits_databaseV2_Jun2022.csv"
input_file = self.input_base_dir / data_file
# Clean the raw file
# - the file is a CSV file with delimiter as ";"
Expand Down

0 comments on commit fdec15f

Please sign in to comment.