-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |