Skip to content

Commit

Permalink
Fix typo in merge_fastqs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Feb 14, 2024
1 parent 8e00a51 commit df9b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micall/core/merge_fastqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def merge_fastqs(args):
(trimmed_fastq1_b.name, trimmed_fastq2_b.name),
use_gzip=not args.unzipped)

logger.info('Merging resuling reads files.')
logger.info('Merging resulting reads files.')

os.makedirs(os.path.dirname(args.fastq1_result), exist_ok=True)
os.makedirs(os.path.dirname(args.fastq2_result), exist_ok=True)
Expand Down

0 comments on commit df9b3b6

Please sign in to comment.