There was an error while loading. Please reload this page.
2 parents 3501f50 + cd417da commit fdec15fCopy full SHA for fdec15f
1 file changed
kg_microbe/transform_utils/bactotraits/bactotraits.py
@@ -173,7 +173,7 @@ def run(
173
) -> None:
174
"""Run BactoTraitsTransform."""
175
if data_file is None:
176
- data_file = self.source_name + "_databaseV2_Jun2022.csv"
+ data_file = "BactoTraits_databaseV2_Jun2022.csv"
177
input_file = self.input_base_dir / data_file
178
# Clean the raw file
179
# - the file is a CSV file with delimiter as ";"
0 commit comments