LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
evatool/__init__.py
evatool/main.py
evatool.egg-info/PKG-INFO
evatool.egg-info/SOURCES.txt
evatool.egg-info/dependency_links.txt
evatool.egg-info/entry_points.txt
evatool.egg-info/requires.txt
evatool.egg-info/top_level.txt
evatool/bin/__init__.py
evatool/bin/bedtools
evatool/bin/bowtie2
evatool/bin/bowtie2-align-l
evatool/bin/bowtie2-align-l-debug
evatool/bin/bowtie2-align-s
evatool/bin/bowtie2-align-s-debug
evatool/bin/fastq-dump
evatool/bin/samtools
evatool/bin/trimmomatic-0.39.jar
evatool/resource/__init__.py
evatool/resource/logging.conf
evatool/resource/reference_config.json
evatool/resource/template_report.html
evatool/resource/tool_config.json
evatool/utils/__init__.py
evatool/utils/bam.py
evatool/utils/config.py
evatool/utils/fastq.py
evatool/utils/logger.py
evatool/utils/plot.py
evatool/utils/report.py
evatool/utils/sam.py
evatool/utils/stat.py
evatool/utils/tag.py
tests/__init__.py
tests/test_bam.py
tests/test_config.py
tests/test_fastq.py
tests/test_plot.py
tests/test_report.py
tests/test_sam.py
tests/test_stat.py
tests/test_tag.py