Skip to content

Commit

Permalink
[skip ci] v2.7.3 release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 6, 2023
1 parent f0063a8 commit 8558af6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/release_announcement_drafts/v2.7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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
```

0 comments on commit 8558af6

Please sign in to comment.