Skip to content

Commit

Permalink
Merge branch 'main' into main_unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq authored Sep 23, 2024
2 parents 47e1ccd + 0215963 commit 170bcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/extract_fraction_from_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup_prefixes(list_taxon_ids, entries, prefix, inverse=False, include_uncla
outprefix[taxon_id] = taxon_name

return outprefix


def extract_reads(
read_map, taxon_id_map, entries, reads1, reads2, prefix, taxon_ids, exclude, include_unclassified
Expand Down
2 changes: 1 addition & 1 deletion bin/extract_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ def generate_summary(lists_to_extract, entries, prefix, out_counts, quals, lens,
)

with open(f"{prefix}_summary.json", "w") as f:
json.dump(summary, f)
json.dump(summary, f)

0 comments on commit 170bcfa

Please sign in to comment.