From e7ea00fe7ffebbe6750bc12fb57352f90f13ed28 Mon Sep 17 00:00:00 2001 From: VinzentRisch Date: Thu, 12 Sep 2024 15:07:19 +0200 Subject: [PATCH] typo --- rescript/bv_brc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescript/bv_brc.py b/rescript/bv_brc.py index 95067d8..5df7387 100644 --- a/rescript/bv_brc.py +++ b/rescript/bv_brc.py @@ -290,7 +290,7 @@ def create_taxonomy_entry( taxonomy['genus'] = genus taxonomy['species'] = species - # Apply rank propagation if enabled. Assignes last higher rank to lower + # Apply rank propagation if enabled. Assigns last higher rank to lower # undefined ranks if rank_propagation: last_label = None