From 5bcf7ba7f789d3e90f49c460b8f5a4d443a73596 Mon Sep 17 00:00:00 2001 From: Michael Baudis <675030+mbaudis@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:50:54 +0100 Subject: [PATCH] Update changelog.md --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 147101b6..5a535f9c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,16 @@ This page lists changes for the [Beacon+](http://beacon.progenetix.org/ui/) implementation of the ["Beacon" genomics API](http://beacon-project.io), as well as related updates for the [Progenetix](http://progenetix.org) front-end. +## 2024-02-24 Adding `analysis_operation` to `analyses` + +This new parameter with its (so far) values + +* `"analysis_operation.id":"EDAM:operation_3961", "analysis_operation.label":"Copy number variation detection"` +* `"analysis_operation.id":"EDAM:operation_3227", "analysis_operation.label":"Variant Calling"` + +... allows now the filtering of analyses based on the type of genomic profiling +performed. + ## 2023-06-12: Some schema changes... **Schema changes are now extensively tracked in [bycon.progenetix.org](http://bycon.progenetix.org)**