Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker authored and corneliusroemer committed Oct 7, 2024
1 parent c187749 commit 6212f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ena-submission/scripts/create_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def create_manifest_object(

metadata = submission_table_entry["metadata"]
unaligned_nucleotide_sequences = submission_table_entry["unaligned_nucleotide_sequences"]
organism_metadata = config.organisms[group_key["organism"]]["ingest"]
organism_metadata = config.organisms[group_key["organism"]]["enaDeposition"]
chromosome_list_object = create_chromosome_list_object(unaligned_nucleotide_sequences, seq_key)
chromosome_list_file = create_chromosome_list(list_object=chromosome_list_object, dir=dir)
authors = (
Expand Down
4 changes: 2 additions & 2 deletions ena-submission/scripts/ena_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ class AssemblyManifest:
moleculetype: MoleculeType | None = None
description: str | None = None
run_ref: list[str] | None = None
address: str | None
authors: str | None
address: str | None = None
authors: str | None = None


class ChromosomeType(Enum):
Expand Down

0 comments on commit 6212f1a

Please sign in to comment.