Skip to content

Commit

Permalink
use the correct dict in draft/coverage mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Aug 8, 2023
1 parent 662b387 commit ec6283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iss/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec6283e

Please sign in to comment.