Skip to content

Commit

Permalink
fix a typo in metadata field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 19, 2024
1 parent bf3733f commit 91fd22b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/loaders/compute_tools/checkm2/checkm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _run_checkm2(
fatal_tuples.append(fatal_tuple)
write_fatal_tuples_to_dict(fatal_tuples, output_dir)

metadata = {'tool': 'checkm2',
metadata = {'tool_name': 'checkm2',
'version': '1.0.1',
'command': command,
"reference_db": {
Expand Down
1 change: 1 addition & 0 deletions src/loaders/compute_tools/checkm2/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ versions:
date: 2024-08-16
notes: |
- Create metadata file after running CheckM2
- Fix a typo for 'tool_name' metadata field
reference_db_version: 1.0.1

#Please keep this reminder at the end of this file
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/compute_tools/gtdb_tk/gtdb_tk.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _run_gtdb_tk(
summary_files,
)

metadata = {'tool': 'gtdb_tk',
metadata = {'tool_name': 'gtdb_tk',
'version': '2.3.2',
'command': command,
"reference_db": {
Expand Down
1 change: 1 addition & 0 deletions src/loaders/compute_tools/gtdb_tk/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ versions:
date: 2024-08-16
notes: |
- Create metadata file after running GTDB-Tk
- Fix a typo for 'tool_name' metadata field
reference_db_version: release214

#Please keep this reminder at the end of this file
Expand Down

0 comments on commit 91fd22b

Please sign in to comment.