{#each kase?.phenotypes ?? [] as term (term.hpo_id)}
{term.label}
{/each}
{#if kase && kase.phenotypes.length === 0}
no phenotype recorded — ranking falls back to rarity and consequence
{/if}
{#if canAnalyse}
No results yet. "Analyse case" runs VEP over the VCF, scores each variant, then ranks what is
left against the phenotype.
{:else}
No results for this case. This deployment shows cases that were analysed beforehand; running
the pipeline needs Nextflow and a Docker daemon, which it does not have.
{/if}