Skip to content

Commit

Permalink
BUG: fix string formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
beardymcjohnface committed Feb 7, 2024
1 parent 688be7e commit 9720090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hecatomb/snakemake/workflow/scripts/taxLevelCounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
taxPath,
taxName,
counts[taxLevel][taxPath],
cpm[taxLevel][taxPath] + "\n"])
str(cpm[taxLevel][taxPath]) + "\n"])
)
out.close()

0 comments on commit 9720090

Please sign in to comment.