From e801bb809102ffe14edcf021bc5df87b908f2dd0 Mon Sep 17 00:00:00 2001 From: Alfred Kedhammar <89784800+kedhammar@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:57:38 +0200 Subject: [PATCH] Update tests/test_anglerfish/test_demux/test_demux.py Co-authored-by: Johannes Alneberg --- tests/test_anglerfish/test_demux/test_demux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_anglerfish/test_demux/test_demux.py b/tests/test_anglerfish/test_demux/test_demux.py index a910688..ffeb254 100644 --- a/tests/test_anglerfish/test_demux/test_demux.py +++ b/tests/test_anglerfish/test_demux/test_demux.py @@ -11,7 +11,7 @@ def fixture(): f"""Fixture for all tests within {__file__}. - Creats a temporary directory with... + Creates a temporary directory with... - truseq.fasta: A fasta file with the truseq i7 and i5 adaptors. - testdata_single.fastq.gz: A single read subset from the testdata with a perfect index match (TAACTTGGTC) to the truseq i7 adaptor. - testdata_multiple.fastq.gz: Fabricated test data intended to test the categorization of alignments.