Skip to content

Commit fe49f9e

Browse files
committed
[skip ci] Some more release notes
1 parent 47fa3c8 commit fe49f9e

File tree

1 file changed

+37
-16
lines changed

1 file changed

+37
-16
lines changed

website/release_announcement_drafts/v3.0.0.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,24 @@ Without further ado, here are some highlights!
1515

1616
## Improved rendering of phased VCF in multi-variant view
1717

18-
Phased variants offer a unique opportunity to see "which parent" particular
19-
parents came from
18+
Phased variants offer a unique opportunity to see which parent particular
19+
variants came from. To help this, we added a new "phased" rendering mode to the
20+
multi-variant renderings, that takes phased VCF and renders each phase as an
21+
individual row. This allows users to effectively see the entire row as a
22+
haplotype, and can be used to help visualize trio VCF to find parent of origin
2023

2124
![Screenshot From 2025-01-25 15-03-21](https://github.com/user-attachments/assets/a9308a40-ab74-48c0-9ab6-035b50a1ae0b)
22-
Screenshot showing the "phased mode" for the multi-variant matrix display, here
23-
showing a "trio VCF" with child and parents. You can visually see which blocks
24-
the child inherited from which parents. This inspection can also be useful for
25-
plant breeders to ensure regions that their crosses inherited particular gnomic
26-
regions from a particular parent line
25+
Screenshot showing the "phased mode" for a trio VCF
2726

28-
We can also render "phased sets" if the VCF is not completely phased (detects PS
29-
tag in genotypes)
27+
![image](https://github.com/user-attachments/assets/4198d6ba-05fd-4be7-829e-76f58499ad46)
28+
29+
Screenshot showing how to access the phased rendering mode
30+
31+
## Rendring of phase-sets
32+
33+
This could be more or less uncommon depending on your work, but for incompletely
34+
phased variant calls you will see "phased sets" (PS tag in genotypes). We color
35+
each set a random color
3036

3137
![image](https://github.com/user-attachments/assets/63fa9f59-d54b-4f66-852d-4d8592ff95ec)
3238

@@ -35,7 +41,7 @@ completely phased so just showing green, but each phase set would get a unique
3541
color. The black entries are unphased variants (which could be filtered out, but
3642
this is not done currently)
3743

38-
## Improved rendering of polyploid VCF in multi-variant view
44+
## Rendering polyploids in the multi-variant view
3945

4046
![image](https://github.com/user-attachments/assets/58138b02-4d20-487b-af77-68b2d038dedc)
4147

@@ -53,12 +59,25 @@ Each of these is a spectrum that increases in darkness, so darker blue indicates
5359
more ALT===1, darker red indicates more ALT!==1, darker yellow is more uncalled,
5460
etc.
5561

56-
## Adding VCF sample metadata from TSV
62+
## Adding sample metadata to VCF from an external TSV
5763

5864
![image](https://github.com/user-attachments/assets/ba7b99ab-53eb-4719-a6de-1cf9ff16511a)
5965

6066
Screnshot showing multi-sample matrix display, with the population colors coming
61-
from a "sample TSV" file
67+
from a "sample TSV" file. The below config shows the samplesTsvLocation config,
68+
the first column should match the sample name in the VCF
69+
70+
Example TSV
71+
72+
```
73+
name population
74+
HG01879 ACB
75+
HG01880 ACB
76+
HG01881 ACB
77+
HG01882 ACB
78+
HG01883 ACB
79+
HG01884 ACB
80+
```
6281

6382
Config
6483

@@ -87,10 +106,12 @@ Config
87106

88107
## Improved UI for opening synteny tracks
89108

90-
It has always been a little tricky to open synteny tracks
109+
It has always been challenging for end users to open synteny tracks
91110

92-
We now allow support adding synteny tracks via the default "Add track" workflow,
93-
and make it easier to specify the query and target assembly names
111+
To help with this, we now support adding synteny tracks via the default "Add
112+
track" workflow, and make it easier to specify the query and target assembly
113+
names. We also added a similar UI change to the "Linear synteny view" import
114+
form
94115

95116
![image](https://github.com/user-attachments/assets/913fd8b9-9d4e-4d44-88d7-ba3e70fd54f4)
96117

@@ -99,7 +120,7 @@ and query assemblies for PAF tracks
99120

100121
![image](https://github.com/user-attachments/assets/75da5058-50cc-413e-aee9-e57362d2d0c0)
101122

102-
Screenshot showing the add track workflow in the Linear synteny view import
123+
Screenshot showing the add track workflow in the "Linear synteny view" import
103124
form, also showing new UI for choosing query and target assmblies
104125

105126
## New "turbo zoom" buttons

0 commit comments

Comments
 (0)