Workflow Submission Pack
DotMatch keeps runnable local workflow examples in examples/workflows/. This
page is the external handoff checklist for turning those examples into reviewed
community integrations. Do not mark docs/workflow-adoption.json as ready until
one of these submissions is accepted or released outside this repository.
Current Submission Priority
nf-core modules: highest leverage after PyPI/Bioconda because accepted modules become reusable in nf-core pipelines and inherit nf-core update and container automation.
MultiQC module: makes DotMatch outputs recognizable in existing pipeline reports without per-project custom content.
Galaxy / IUC wrappers: reaches core facilities and wet-lab users through ToolShed-reviewed tools.
Snakemake handoff: lower review overhead, strong for lab workflow adoption and QC report visibility.
nf-core Modules
Source payload:
examples/workflows/nf-core/upstream/modules/nf-core/dotmatch/count/examples/workflows/nf-core/upstream/modules/nf-core/dotmatch/demux/examples/workflows/nf-core/upstream/modules/nf-core/dotmatch/audit/examples/workflows/nf-core/upstream/modules/nf-core/dotmatch/panel_check/examples/workflows/nf-core/upstream/modules/nf-core/dotmatch/crispr_count/examples/workflows/nf-core/upstream/modules/nf-core/dotmatch/assay_run/
External target:
repository:
https://github.com/nf-core/modulestarget path:
modules/nf-core/dotmatch/<subtool>/
Reviewer notes:
Pin the container to a public DotMatch Bioconda/BioContainers release after
make distribution-channelsverifies that release.Preserve DotMatch’s
unique,ambiguous,none, andinvalidassignment semantics in module docs.Keep
task.ext.argsavailable for command-specific options.Use the tiny fixtures already included in each upstream module test directory.
Adoption record:
Add a
nf_core_moduleentry todocs/workflow-adoption.jsononly after the nf-core PR is merged or released.Use the merged PR or nf-core module page as
adoption_url, and CI/lint evidence asevidence_url.
Galaxy / IUC
Source payload:
examples/workflows/galaxy/dotmatch_crispr_count.xmlexamples/workflows/galaxy/dotmatch_demux.xmlexamples/workflows/galaxy/dotmatch_panel_check.xmlexamples/workflows/galaxy/test-data/
External target:
repository:
https://github.com/galaxyproject/tools-iucsuggested path:
tools/dotmatch/
Reviewer notes:
Use the Bioconda package requirement once the intended DotMatch version is visible on Anaconda.
Keep wrapper outputs plain TSV/JSON/FASTQ/HTML so Galaxy histories expose both the human report and workflow-readable tables.
Run Planemo lint and tests in the IUC checkout before opening the PR.
Adoption record:
Add a
galaxy_toolshedentry only after IUC acceptance or ToolShed publication.
Snakemake
Source payload:
examples/workflows/snakemake/Snakefileexamples/workflows/snakemake/config.jsonexamples/workflows/fixtures/
External targets:
Snakemake wrapper repository if converted to a reusable wrapper.
Lab pipeline templates if maintained as a complete workflow example.
Reviewer notes:
Keep
metric,k,ambiguity_policy, andambiguousexplicit in config.Use
assay_kseparately from standalone CRISPR counting when a production assay needs stricter preflight semantics than the raw count rule.Keep absolute paths in generated AssaySpec TOML files.
Adoption record:
Add
snakemake_workfloworindependent_workflowonly for a public external repository or accepted wrapper.
MultiQC
Source payload:
custom content:
examples/workflows/multiqc/multiqc_config.yamlregistered plugin:
python/dotmatch/multiqc.pyfixtures:
examples/workflows/multiqc/data/andexamples/workflows/fixtures/assay_out/
External target:
MultiQC plugin packaging or upstream module discussion after public workflow users confirm the report shape.
Reviewer notes:
The plugin parses
summary.json,sample_qc.tsv, top-unmatched tables, and panel-safety summaries.Keep sample assignment rate, ambiguity rate, unmatched rate, and panel-safety status visible in general stats or module sections.
Adoption record:
Add
multiqc_pluginafter a plugin package or upstream MultiQC integration is published outside this repository.