> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/emedgene/release-notes/workbench-and-pipeline-updates/new-in-emedgene-v38-june-3rd-2025/v38-patches.md).

# V38 Patches

<table><thead><tr><th width="155">Patches</th><th>Date</th></tr></thead><tbody><tr><td>V38.4.200</td><td>June 24, 2026</td></tr><tr><td>V38.4.100</td><td>May 6, 2026</td></tr><tr><td>V38.4</td><td>February 18, 2026</td></tr><tr><td>V38.3</td><td>November 24, 2025</td></tr><tr><td>V38.2</td><td>August 12, 2025</td></tr><tr><td>V38.1</td><td>June 25, 2025</td></tr></tbody></table>

### V38.4.200 (June 24th, 2026) <a href="#v34.4" id="v34.4"></a>

* Add New Case | BSSH integration – Improved integration for customers using human readable paths.
* Add New Case | Fixed an issue failing cases using Azure BLOB storage.
* Pipeline | Pipeline will fail the case if annotations are missing for a chromosome to ensure case data integrity.
* Cases Page | Case will show as issue reported if it did not start running due to infrastructure outages.
* Variant Page | Evidence | When clicking on the evidence graph link, fixed an issue preventing tagging of a variant.
* Analysis Tools | Manually Added Variants | Fixed an issue where editing the interpretation box for manually added CNVs did not work.
* Curate | Fixed a rarely occurring issue resulting in inability to add an interpretation to gene in Curate.
* General security updates.

### V38.4.100 (May 6th, 2026)

* Add New Case | ICA, BSSH integration – Improved download speeds. This should reduce case run time and reduce/eliminate the occurrence of cases failing on partially downloaded BAMs.
* Add New Case | Fixed UI error message when uploading invalid gzip files.
* Variant Page | Fixed an issue where Variant Interpretation Template did not load automatically after tagging a variant.
* Variant Page | SNV ACMG Automation | Fixed an issue where Curate ACMG tags were sometimes not correctly annotated in a case.
* Variant Page | CNV ACMG Automation | Fixed an intermittent issue where calculation is skipped due to a missing pipeline parameter.
* Settings | Fixed an issue with API user access using ICC roles/scoped.

### Hotfix (February 25th, 2026)

* Export/Report | Fix an intermittent bug causing cases to fail on export/report.

### V38.4 Update (February 18th, 2026)

* Case Interpretation | Fixed an issue where variant list could be empty due to delayed loading.
* Settings | Fixed a bug in the organization DBs that displayed the wrong date.
* Propagations from 37.7.0.

### Hotfix (January 21st, 2026)

* Pipeline | Fixed multiple issues causing intermittent case failures.
* Export/Report | Fixed an issue causing intermittent case export failures.
* Propagation from V37 Jan 21st, 2026 hotfix

### Hotfix (December 31st, 2025)

* Add New Case | Fixed flow for accessioning incidental analysis on parental samples in a trio.
* Analysis Tools | Fixed an issue occurring for organizations with variant multi-tag turned on that causes variants tagged by AI to appear as tagged by user.
* Analysis Tools | Fixed an issue where CADD score filter was hidden on the UI.
* Variant Page | Evidence | Fixed an issue where multi tagging functionality causes variant interpretation template to fail to generate.
* Report/Export | Fixed an issue where reports fail to generate for customers using ICA Runner.
* Propogations from V37 hotfix on Dec 31st, 2025.

### V38.3 Update (November 24th, 2025) <a href="#v34.4" id="v34.4"></a>

* Pipeline | Fixed issues causing case failures.
* Cases Page | Fixed an issue where non-admins could move cases in ‘Trash Bin’ status to other statuses.
* Curate | Export now includes transcript.
* Curate | Fixed a role issue preventing deletion from UI/API for some users.
* Report/export | Fixed an issue where variants with multiple tags were not available in the report.
* Organization Settings | Fixed an issue editing Preset Filters that contain splice scores. The presets showed an error in the UI, while being saved correctly in the DB.
* Organization Settings | Time Zone added for Newfoundland (GMT-2:30).
* Roles | Fixes an issue where Curate roles were not shown on IAM.
* Curate | Analyze and Curate now share the same variant validation.
* Propagations from 37.6.

### V38.2 Update (August 12th, 2025) <a href="#v34.4" id="v34.4"></a>

* Variant Page | Visualization | Fixed an issue causing Load to Desktop button to fail in V38.
* Variant Page | Evidence | ACMG SNV classification | Fixed an issue causing auto-classification to fail when retrieved pubmed author object is empty.
* Curate | Export API | Fixed an issue causing variant export to be truncated.
* Curate | Export API | Fixed an issue where the reference was missing from the export.
* Propagations from 37.5.

### V38.1 Update (June 25th, 2025) <a href="#v34.4" id="v34.4"></a>

* Pipeline | Fixed an issue with new VEP 113 consequences that sometimes affected annotation of CNV duplications.
* Variant Page, Analysis Tools | Aligned the source for disease inheritance mode to a unified Emedgene knowledge graph source.
* Variant Page | Improved naming of population fields in summary tab to reflect source data.
* Organization Settings | Fixed an issue with the new DB management component file paths.
* Activity | Fixed an issue incorrectly labeling case interpretation and some preset activities as a reanalysis.
* Curate | Activity | Improved activity template for tag strength changes and pathogenicity changes to include change, timestamp and user.
* Curate Swagger | Improved examples.
* Propagations from 37.4.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/emedgene/release-notes/workbench-and-pipeline-updates/new-in-emedgene-v38-june-3rd-2025/v38-patches.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
