Skip to content

Commit

Permalink
[skip ci] release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 28, 2024
1 parent 25602ae commit 5cc5edd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/release_announcement_drafts/v2.14.0.md
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5cc5edd

Please sign in to comment.