LICENSE
README.md
pyproject.toml
src/qiime2_its/__init__.py
src/qiime2_its/_version.py
src/qiime2_its/biom_utils.py
src/qiime2_its/downloader.py
src/qiime2_its/env_checks.py
src/qiime2_its/fastq_utils.py
src/qiime2_its/itsxpress_wrapper.py
src/qiime2_its/metadata_utils.py
src/qiime2_its/provenance.py
src/qiime2_its/qiime_wrapper.py
src/qiime2_its/report.py
src/qiime2_its/report_data.py
src/qiime2_its/size_filter.py
src/qiime2_its/taxonomy.py
src/qiime2_its/timing.py
src/qiime2_its.egg-info/PKG-INFO
src/qiime2_its.egg-info/SOURCES.txt
src/qiime2_its.egg-info/dependency_links.txt
src/qiime2_its.egg-info/entry_points.txt
src/qiime2_its.egg-info/requires.txt
src/qiime2_its.egg-info/top_level.txt
src/qiime2_its/assets/logo.png
src/qiime2_its/cli/__init__.py
src/qiime2_its/cli/fastq_rc.py
src/qiime2_its/cli/pipeline.py
src/qiime2_its/cli/train_fasta.py
src/qiime2_its/cli/train_ncbi.py
src/qiime2_its/cli/train_unite.py
tests/test_biom_utils.py
tests/test_cli_fastq_rc.py
tests/test_cli_pipeline.py
tests/test_cli_train_fasta.py
tests/test_cli_train_ncbi.py
tests/test_cli_train_unite.py
tests/test_downloader.py
tests/test_env_checks.py
tests/test_fastq_utils.py
tests/test_itsxpress_wrapper.py
tests/test_metadata_utils.py
tests/test_provenance.py
tests/test_qiime_wrapper.py
tests/test_report.py
tests/test_report_data.py
tests/test_size_filter.py
tests/test_taxonomy.py
tests/test_timing.py