Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsMaas committed Aug 2, 2024
1 parent 7427c24 commit 8230394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iss/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def load_readcount_or_abundance(
coverage_dic = {**complete_genomes_dic, **draft_dic}
else:
coverage_dic = abundance.parse_abundance_file(coverage_file)
# generate new n_reads from coverage
# generate n_reads for each genome from coverage
readcount_dic = abundance.to_readcount(coverage_dic, error_model.read_length, genome_file)
elif coverage in abundance_dispatch:
# todo coverage distribution with --draft
Expand Down

0 comments on commit 8230394

Please sign in to comment.