Skip to content

Commit

Permalink
documentation: fixed typos in method description
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkoHof committed May 3, 2022
1 parent c30ccf1 commit c2b6723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions idemux/ioutils/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@


def write_summary(counter, output_dir):
"""Writes a counter dictionary as tsv file with the name error_correction_stats.tsv.
Args:
counter(dict): A dictionary barcodes <sample name, #corrected reads>.
output_dir (string): The path the file should be written to.
"""Writes a counter dictionary as tsv file with the name demultipexing_stats.tsv.
Args:
counter(dict): A dictionary barcodes <sample name, #corrected reads>.
output_dir (string): The path the file should be written to.
"""
output_file = os.path.join(output_dir, 'demultipexing_stats.tsv')

Expand Down

0 comments on commit c2b6723

Please sign in to comment.