.DS_Store
.gitignore
LICENSE
README.md
pyproject.toml
ruff.toml
template_example.fasta
.github/workflows/pages.yml
.github/workflows/test.yml
examples/decay_models_demo.ipynb
img/decay_models_three_panel.png
img/smooth_curve_example.png
public/app.js
public/core.js
public/index.html
public/style.css
scripts/generate_three_panel_figure.py
src/mock_fastq_generator/__init__.py
src/mock_fastq_generator/cli.py
src/mock_fastq_generator/core.py
src/mock_fastq_generator/io.py
src/mock_fastq_generator/template_example.fasta
src/mock_fastq_generator.egg-info/PKG-INFO
src/mock_fastq_generator.egg-info/SOURCES.txt
src/mock_fastq_generator.egg-info/dependency_links.txt
src/mock_fastq_generator.egg-info/entry_points.txt
src/mock_fastq_generator.egg-info/requires.txt
src/mock_fastq_generator.egg-info/top_level.txt
tests/__init__.py
tests/test_fastp_integration.py
tests/test_fastq_format.py
tests/test_gzip_output.py
tests/test_io.py
tests/test_paired_end.py
tests/test_phred_boundaries.py
tests/test_sequence_lengths.py