Skip to content

Commit

Permalink
include ids_to_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 16, 2024
1 parent b75a166 commit 1e8a74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/loaders/compute_tools/checkm2/checkm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def _run_checkm2(
metadata = {'tool': 'checkm2',
'version': '1.0.1',
'command': command,
'reference_db': 'diamond_db ver unknown - saved copy in NERSC at global/cfs/cdirs/kbase/collections/libraries/checkm2/1.0.1/uniref100.KO.1.dmnd',}
'reference_db': 'diamond_db ver unknown - saved copy in NERSC at global/cfs/cdirs/kbase/collections/libraries/checkm2/1.0.1/uniref100.KO.1.dmnd',
'ids_to_files': ids_to_files}
create_tool_metadata(output_dir, metadata)


Expand Down
3 changes: 2 additions & 1 deletion src/loaders/compute_tools/gtdb_tk/gtdb_tk.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def _run_gtdb_tk(
metadata = {'tool': 'gtdb_tk',
'version': '2.3.2',
'command': command,
'reference_db': 'release214',}
'reference_db': 'release214',
'ids_to_files': ids_to_files}
create_tool_metadata(output_dir, metadata)


Expand Down

0 comments on commit 1e8a74d

Please sign in to comment.