.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/pull_request_template.md
.github/workflows/CI.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/dcqc/__init__.py
src/dcqc/__main__.py
src/dcqc/file.py
src/dcqc/main.py
src/dcqc/mixins.py
src/dcqc/parsers.py
src/dcqc/reports.py
src/dcqc/target.py
src/dcqc/updaters.py
src/dcqc/utils.py
src/dcqc.egg-info/PKG-INFO
src/dcqc.egg-info/SOURCES.txt
src/dcqc.egg-info/dependency_links.txt
src/dcqc.egg-info/entry_points.txt
src/dcqc.egg-info/not-zip-safe
src/dcqc.egg-info/requires.txt
src/dcqc.egg-info/top_level.txt
src/dcqc/suites/__init__.py
src/dcqc/suites/suite_abc.py
src/dcqc/suites/suites.py
src/dcqc/tests/__init__.py
src/dcqc/tests/base_test.py
src/dcqc/tests/bioformats_info_test.py
src/dcqc/tests/file_extension_test.py
src/dcqc/tests/grep_date_test.py
src/dcqc/tests/json_load_test.py
src/dcqc/tests/jsonld_load_test.py
src/dcqc/tests/libtiff_info_test.py
src/dcqc/tests/md5_checksum_test.py
src/dcqc/tests/ome_xml_schema_test.py
src/dcqc/tests/paired_fastq_parity_test.py
src/dcqc/tests/tiff_date_time_test.py
src/dcqc/tests/tiff_tag_306_date_time_test.py
src/docker/Dockerfile
src/docker/build.sh
tests/conftest.py
tests/test_acceptance.py
tests/test_external_tests.py
tests/test_file.py
tests/test_internal_tests.py
tests/test_main.py
tests/test_parsers.py
tests/test_reports.py
tests/test_suites.py
tests/test_target.py
tests/test_updaters.py
tests/data/circuit.tif
tests/data/date_tag.tif
tests/data/empty_input.csv
tests/data/example.bam
tests/data/example.fastq
tests/data/example.fastq.gz
tests/data/example.h5ad
tests/data/example.jsonld
tests/data/example.tsv
tests/data/fastq1.fastq
tests/data/fastq2.fastq.gz
tests/data/file.json
tests/data/files.csv
tests/data/generate.py
tests/data/input.csv
tests/data/invalid_xml.ome.tif
tests/data/single-channel.ome.tif
tests/data/small.csv
tests/data/suite.json
tests/data/suites.json
tests/data/target.json
tests/data/test.computed.json
tests/data/test.external.json
tests/data/test.hdf
tests/data/test.internal.json
tests/data/test.txt
tests/data/test_contains_word_date.txt
tests/data/test_image_dirty_datetime.tif
tests/data/test_input.csv
tests/data/test_output.csv
tests/data/tests.json
tests/data/suites_files/suites_1.json
tests/data/suites_files/suites_2.json
tests/data/suites_files/suites_3.json
tests/data/tiffinfo/exit_code.txt
tests/data/tiffinfo/std_err.txt
tests/data/tiffinfo/std_out.txt