From 96074911037515f160279abe96a548bced2990ef Mon Sep 17 00:00:00 2001 From: tcezard Date: Wed, 11 Sep 2024 10:45:50 +0100 Subject: [PATCH] Preparing release 1.16 --- CHANGELOG.md | 20 ++++++++++++++++++-- eva_submission/VERSION | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2addf..d63267c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,27 @@ Changelog for eva-submission ============================ -## 1.15.9 (unreleased) +## 1.16 (2024-09-11) ---------------------- -- Nothing changed yet. +## All + - Move the data/project directories to the eload directory +## Validation + - Detect contig naming convention in VCF file + - Fallback on manual VCF file parsing when running sample check as pysam fails sometime + - Fix validation output file renaming in SV and naming convention + - Fix aggregation check + +## Brokering + - Fix: ENA platform and Imputation attributes + - Actually keep the samples that were created + +## Ingestion + - Fix import of metadata for analysis only + - Fix Async upload to ENA + - Run new statistic calculation step + - Install Vep version if not available ## 1.15.8 (2024-07-19) ---------------------- diff --git a/eva_submission/VERSION b/eva_submission/VERSION index ea3d931..e715196 100644 --- a/eva_submission/VERSION +++ b/eva_submission/VERSION @@ -1 +1 @@ -1.15.9.dev0 +1.16