From ec6283ec081a70a4e80e9e5ab8b60765d60c02bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hadrien=20Gourl=C3=A9?= Date: Tue, 8 Aug 2023 14:27:30 +0200 Subject: [PATCH] use the correct dict in draft/coverage mode --- iss/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iss/app.py b/iss/app.py index 24b7d8a..663fcce 100644 --- a/iss/app.py +++ b/iss/app.py @@ -171,7 +171,7 @@ def generate_reads(args): k, v in coverage_dic.items() if k not in args.draft} draft_dic = abundance.expand_draft_abundance( - abundance_dic_short, + coverage_dic, args.draft, mode="coverage") abundance_dic = {**complete_genomes_dic,