Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 4, 2024
1 parent a8c335c commit 1dd81b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_anglerfish/test_demux/test_demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ def fixture():
f"""Fixture for all tests within {__file__}.
Creats a temporary directory with...
- testdata.fastq.gz: A single read subset from the testdata with a perfect index match to the truseq i7 adaptor.
- testdata.fastq.gz: A single read subset from the testdata with a perfect index match (TAACTTGGTC) to the truseq i7 adaptor.
- truseq.fasta: A fasta file with the truseq i7 and i5 adaptors.
Expected files to be created...
- test.paf: The output of minimap2 run on the testdata.fastq.gz and truseq.fasta.
"""
Expand Down

0 comments on commit 1dd81b7

Please sign in to comment.