Skip to content

Commit f69d2ac

Browse files
committed
final merge conflict
1 parent adf7599 commit f69d2ac

File tree

1 file changed

+0
-2
lines changed
  • preprocessing/nextclade/src/loculus_preprocessing

1 file changed

+0
-2
lines changed

preprocessing/nextclade/src/loculus_preprocessing/prepro.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@ def enrich_with_nextclade( # noqa: C901, PLR0914, PLR0915
424424
aligned_nucleotide_sequences[id] = {}
425425
alerts.warnings[id] = []
426426
alerts.errors[id] = []
427-
for gene in config.genes:
428-
aligned_aminoacid_sequences[id][gene] = None
429427
(
430428
unaligned_nucleotide_sequences[id],
431429
aligned_nucleotide_sequences[id],

0 commit comments

Comments
 (0)