You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Change Log
2
2
3
+
## v0.7.0 - 2025-12-30
4
+
5
+
- Phasing update to add haplotag annotations to remapped read output (CR-551)
6
+
- Automatically set standard phasing `HP` and `PS` tags on remapped reads where a simple diploid contig mapping
7
+
pattern occurs on the reference genome.
8
+
- Phasing annotation method can be adjusted by setting the input mode with the new `--input-assembly-mode` argument:
9
+
-`fully-phased` mode assumes that the input contigs represent a phased haplotype
10
+
-`partially-phased` mode assumes that the input contigs contain switch errors, and finds phase-sets from the
11
+
underlying read support
12
+
- If updating from a previous portello version, note that the read's assembly contig segment information is now moved
13
+
to the custom `ZS` tag ( this previously annotated using the `PS` tag)
14
+
3
15
## v0.6.1 - 2025-12-16
4
16
5
17
- Fix error message to describe chromosome consistency issues between assembly-to-ref alignments and the reference fasta [PacificBiosciences/portello#1]
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,13 @@ reads are grouped by their associated assembly contig, to create a phased-like v
30
30
31
31
See the [user guide](docs/user_guide.md) for details on getting started with portello.
32
32
33
+
## Reference
34
+
35
+
Portello is still under development. Some background and performance information is available from our 2025 CSHL Genome
36
+
Informatics poster available/citable from Zenodo here:
37
+
38
+
[Saunders, C., Kronenberg, Z., Holt, J., Rowell, W., & Eberle, M. (2025). Portello: Making global assembly more effective for rare-disease WGS. CSHL Genome Informatics, CSHL. Zenodo.](https://doi.org/10.5281/zenodo.17553274)
39
+
33
40
## DISCLAIMER
34
41
35
42
THIS WEBSITE AND CONTENT AND ALL SITE-RELATED SERVICES, INCLUDING ANY DATA, ARE PROVIDED "AS IS," WITH ALL FAULTS, WITH NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT OR FITNESS FOR A PARTICULAR PURPOSE. YOU ASSUME TOTAL RESPONSIBILITY AND RISK FOR YOUR USE OF THIS SITE, ALL SITE-RELATED SERVICES, AND ANY THIRD PARTY WEBSITES OR APPLICATIONS. NO ORAL OR WRITTEN INFORMATION OR ADVICE SHALL CREATE A WARRANTY OF ANY KIND. ANY REFERENCES TO SPECIFIC PRODUCTS OR SERVICES ON THE WEBSITES DO NOT CONSTITUTE OR IMPLY A RECOMMENDATION OR ENDORSEMENT BY PACIFIC BIOSCIENCES.
0 commit comments