Skip to content

Commit

Permalink
[skip ci] Update to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 9, 2023
1 parent 2c9aa4f commit fde35a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
9 changes: 0 additions & 9 deletions website/release_announcement_drafts/v2.7.3.md

This file was deleted.

17 changes: 17 additions & 0 deletions website/release_announcement_drafts/v2.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This release adds a couple small bugfixes. It also adds a new CLI command called
`jbrowse sort-gff` that intends to help simplify the loading of GFF tabix
tracks. The usage is as follows

```
jbrowse sort-gff yourfile.gff | bgzip > yourfile.sorted.gff.gz
tabix yourfile.sorted.gff.gz
jbrowse add-track yourfile.sorted.gff.gz --load copy --out /var/www/html/jbrowse2
```

This release also improves support for plotting arcs from breakend and SV style
VCF and BEDPE files. The jbrowse CLI tool can load BEDPE files

![](https://user-images.githubusercontent.com/6511937/281789167-aef6ccd2-c7e4-444e-b213-f3876fedabf9.png)

Screenshot showing the same data rendered as both a BEDPE file and VCF file with
different variant types (DUP, DEL, INV, TRA)

0 comments on commit fde35a8

Please sign in to comment.