# Test fixture Snakefile for V0005 missing-source-cfg case.
rule analysis_report:
    output: "analysis_report/index.html"
    shell:
        "hhemt render --report-config /nonexistent/v0005/missing_source_cfg.yaml"
