Skip to content

Commit d14b1e8

Browse files
tomwhitehammer
andauthored
Add news pages (#745)
Add news page Co-authored-by: Jeff Hammerbacher <[email protected]>
1 parent 11d4427 commit d14b1e8

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"IPython.sphinxext.ipython_console_highlighting",
5555
"IPython.sphinxext.ipython_directive",
5656
"myst_nb",
57+
"ablog",
5758
*[p.stem for p in (HERE / "extensions").glob("*.py")],
5859
]
5960

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ both popular Python genetics toolkits with a respective focus on population and
2525
how_do_i
2626
contributing
2727
about
28+
news
2829

2930
Indices and tables
3031
==================

docs/news.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _blog:
2+
3+
****
4+
News
5+
****
6+
7+
.. postlist:: 10
8+
:date: %Y-%m-%d
9+
:format: {date} - {title}
10+
:list-style: none
11+
:excerpts:

docs/news/introducing_sgkit.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Introducing sgkit
2+
3+
```{post} 2022-08-01
4+
---
5+
category: releases
6+
author: hammer
7+
---
8+
```
9+
10+
The sgkit team is pleased to announce the release of [sgkit 0.5.0](https://github.com/pystatgen/sgkit/releases/tag/0.5.0)! This release adds support for the [VCF Zarr specification](https://github.com/pystatgen/vcf-zarr-spec), which describes an encoding of VCF data in chunked-columnar form using the [Zarr format](https://zarr.readthedocs.io/en/stable/).
11+
12+
With this release, we also introduce our news page, where we will announce future releases and provide other relevant updates for the `sgkit` project.
13+
14+
Oxford and Related Sciences began collaborating in early 2020 on `sgkit` as a successor to the popular [scikit-allel](https://github.com/cggh/scikit-allel) library. We’ve worked closely with third-party library authors to read and write data stored in VCF ([cyvcf2](https://github.com/brentp/cyvcf2)), BGEN ([cbgen](https://github.com/limix/cbgen)), and PLINK ([bed_reader](https://github.com/fastlmm/bed-reader)) files. We’ve designed an [Xarray](https://github.com/pydata/xarray)-based [data model](https://pystatgen.github.io/sgkit/latest/getting_started.html#data-structures) and implemented many common methods from statistical and population genetics, including variant and sample [quality control](https://pystatgen.github.io/sgkit/latest/examples/gwas_tutorial.html#quality-control), [kinship analysis](https://pystatgen.github.io/sgkit/latest/generated/sgkit.pc_relate.html#sgkit-pc-relate), genome-wide [selection scans](https://pystatgen.github.io/sgkit/latest/generated/sgkit.Garud_H.html), and genome-wide [association analyses](https://pystatgen.github.io/sgkit/latest/generated/sgkit.gwas_linear_regression.html), as well as a [novel implementation](https://pystatgen.github.io/sgkit/latest/generated/sgkit.regenie.html#sgkit-regenie) of the recently developed [REGENIE algorithm](https://github.com/rgcgithub/regenie).
15+
16+
`sgkit` was accepted as a [NumFOCUS Sponsored Project](https://numfocus.org/project/sgkit) in 2021, and we now have developers in the US, the UK, and New Zealand.
17+
18+
If you think sgkit might be useful for your project, please don't hesitate to file an [issue](https://github.com/pystatgen/sgkit/issues) or start a [discussion](https://github.com/pystatgen/sgkit/discussions) with questions and feedback!

requirements-doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ ipython
88
matplotlib
99
graphviz
1010
seaborn
11+
ablog

0 commit comments

Comments
 (0)