Skip to content

Commit

Permalink
Change property name of release output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed May 9, 2024
1 parent cca7c1d commit 67e91db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_release_log_file_name(taxonomy_id, assembly_accession):


def get_species_release_folder(taxonomy_id):
return os.path.join(cfg["release-folder"], get_release_folder_name(taxonomy_id))
return os.path.join(cfg["release_output"], get_release_folder_name(taxonomy_id))


def get_assembly_release_folder(taxonomy_id, assembly_accession):
Expand Down

0 comments on commit 67e91db

Please sign in to comment.