You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exomiser-cli/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# The Exomiser Command Line Interface - Changelog
2
2
3
+
## 15.1.0 2026-06-09
4
+
- The `pathogenicityFilter` now has a `target` option to specify whether to filter non-coding variants. The default is
5
+
`ALL` but `NON_CODING` can be specified to filter non-coding variants. This change only affects variants found in
6
+
non-coding regions. We recommend using the standard `pathogenicityFilter{keepNonPathogenic: true}` for exome analysis,
7
+
but when running genomiser (i.e. including REMM/CADD/SPLICE_AI and all non-coding regions) or any analysis including
8
+
non-coding regions, use `pathogenicityFilter{keepNonPathogenic: false, target: NON_CODING}`. See the [documentation](https://exomiser.readthedocs.io/en/stable/advanced_analysis.html#pathogenicityfilter)
9
+
for more details.
10
+
11
+
- Fix for issue [#629](https://github.com/exomiser/Exomiser/issues/629) - replace commas in disease names with semicolons.
12
+
- Fix for issue [#633](https://github.com/exomiser/Exomiser/issues/633) - calculate variant score for non-symbolic insertions > 1kb.
13
+
- Change for issue [#635](https://github.com/exomiser/Exomiser/issues/635) - Display CADD phred scores alongside the scaled scores in HTML.
Distroless images are the default image and come without a shell. These are can be pulled using
241
-
`docker pull ${docker.registry}/${docker.repository}/exomiser-cli:latest` or better `docker pull ${docker.registry}/${docker.repository}/exomiser-cli:${project.version}`
240
+
Exomiser requires data directory and version configuration. The Docker images include a preconfigured environment variable `EXOMISER_DATA_DIRECTORY=/exomiser-data`.
242
241
243
-
If you choose to run the distroless image use the following command:
242
+
**Option 1: Set environment variables directly**
244
243
245
244
```shell
246
-
docker run -v "/path/to/exomiser-data:/exomiser-data" \
0 commit comments