Skip to content

Commit

Permalink
add missing release_version for log file name generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jun 6, 2024
1 parent 4b173c7 commit e577312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_nextflow_params(taxonomy_id, assembly_accession, release_version):
'dump_dir': dump_dir,
'executable': cfg['executable'],
'jar': cfg['jar'],
'log_file': get_release_log_file_name(taxonomy_id, assembly_accession),
'log_file': get_release_log_file_name(release_version, taxonomy_id, assembly_accession),
'maven': cfg['maven'],
'python_path': os.environ['PYTHONPATH'],
'release_version': release_version,
Expand Down

0 comments on commit e577312

Please sign in to comment.