Skip to content

Commit fdec15f

Browse files
authored
Merge pull request #238 from Knowledge-Graph-Hub/fix-bactotraits-download
fix bactotraits download filename
2 parents 3501f50 + cd417da commit fdec15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kg_microbe/transform_utils/bactotraits/bactotraits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def run(
173173
) -> None:
174174
"""Run BactoTraitsTransform."""
175175
if data_file is None:
176-
data_file = self.source_name + "_databaseV2_Jun2022.csv"
176+
data_file = "BactoTraits_databaseV2_Jun2022.csv"
177177
input_file = self.input_base_dir / data_file
178178
# Clean the raw file
179179
# - the file is a CSV file with delimiter as ";"

0 commit comments

Comments
 (0)