Skip to content

Commit d3155f1

Browse files
Merge pull request #235 from jeromekelleher/doc-updates
Add todo item for copying to object stores
2 parents 6504819 + 19a5dcf commit d3155f1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ html:
2525
sphinx:
2626
extra_extensions:
2727
- sphinx_click.ext
28+
- sphinx.ext.todo
2829
config:
2930
# This is needed to make sure that text is output in single block from
3031
# bash cells.
3132
nb_merge_streams: true
33+
todo_include_todos: true
3234
myst_enable_extensions:
3335
- colon_fence

docs/vcf2zarr/overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ FINISH ME
2020
:::
2121

2222

23+
2324
## How does it work?
2425
The conversion of VCF data to Zarr is a two-step process:
2526

@@ -122,3 +123,11 @@ to encode allows you to try out these options on small subsets, hopefully
122123
arriving at settings with the desired balance of compression and query
123124
performance.
124125

126+
127+
## Copying to object stores
128+
129+
:::{todo}
130+
Document process of copying VCF Zarr datasets to an object store like S3.
131+
See [Issue 234](https://github.com/sgkit-dev/bio2zarr/issues/234)
132+
:::
133+

0 commit comments

Comments
 (0)