From 5cc5edd2139ac00b9a56fb22d6b22d0478f60ca0 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 21 Aug 2024 15:12:32 -0400 Subject: [PATCH] [skip ci] release notes --- website/release_announcement_drafts/v2.14.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 website/release_announcement_drafts/v2.14.0.md diff --git a/website/release_announcement_drafts/v2.14.0.md b/website/release_announcement_drafts/v2.14.0.md new file mode 100644 index 0000000000..bd6a77fa10 --- /dev/null +++ b/website/release_announcement_drafts/v2.14.0.md @@ -0,0 +1,15 @@ +This release adds some significant new features + +- Alignments track 'Group by' functionality: this features allows you to split + an alignments track by a specific tag such as RG or HP into multiple new + session tracks +- A new adapter type display sequences from a FASTA file such as `NC_000001.10` + in the user interface as `chr1`. This specifically targets the NCBI + "sequence_report.tsv" to do this renaming, and is called + `NcbiSequenceReportAliasAdapter` + +![image](https://github.com/user-attachments/assets/d0adf4dd-e303-4174-98d8-aec59f67d223) + +Example screenshot after applying the new Alignments track "Group by" +functionality to group by the HP (haplotype) tag. Note that technically, each +group is launched as a separate new "session track"