-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from jeromekelleher/cli-doc-updates
Cli doc updates
- Loading branch information
Showing
6 changed files
with
84 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
# bio2zarr | ||
|
||
`bio2zarr` efficiently converts common bioinformatics formats to | ||
[Zarr](https://zarr.readthedocs.io/en/stable/) format. Initially supporting converting | ||
VCF to the [VCF Zarr specification](https://github.com/sgkit-dev/vcf-zarr-spec/). | ||
[Zarr](https://zarr.readthedocs.io/en/stable/) format. | ||
|
||
## Tools | ||
|
||
- {ref}`sec-vcf2zarr` converts VCF data to | ||
[VCF Zarr](https://github.com/sgkit-dev/vcf-zarr-spec/) format. | ||
|
||
- {ref}`sec-vcfpartition` is a utility to split an input (set of) | ||
VCFs into a given number of partitions. This is useful for | ||
parallel processing. | ||
|
||
## Development status | ||
|
||
`bio2zarr` is in development, contributions, feedback and issues are welcome | ||
at the [GitHub repository](https://github.com/sgkit-dev/bio2zarr). | ||
|
||
Support for converting PLINK data to VCF Zarr is partially implemented, | ||
and adding BGEN support is also planned. If you would like to see | ||
support for other formats (or an interested in helping with implementing), | ||
please open an [issue on Github](https://github.com/sgkit-dev/bio2zarr/issues) | ||
to discuss! | ||
|
||
The package is currently focused on command line interfaces, but a | ||
Python API is also planned. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
(sec-vcfpartition)= | ||
# vcfpartition | ||
|
||
## Overview | ||
|