-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 640b258
Showing
30 changed files
with
3,877 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: a40c63969275285e43e3470495110749 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _Glossary: | ||
|
||
Glossary | ||
-------- | ||
|
||
* momics is a general purpose binary container format for multi-omics datasets. |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. momics documentation master file, created by | ||
sphinx-quickstart on Mon Jul 29 11:05:32 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
momics | ||
====== | ||
|
||
`momics` is a Python support library for .momics files. | ||
|
||
The `momics` package aims to facilitate: | ||
|
||
* Creation: ingestion of genomic files into `momics` files; | ||
* Querying: sequential and range query patterns and tabular and array retrieval; | ||
* Scalable: cloud-native, out-of-core operations on the data; | ||
* Export: data export. | ||
|
||
Follow `momics` development on `GitHub <https://github.com/js2264/momics>`_. | ||
|
||
Contents: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
api | ||
Glossary | ||
|
||
* :ref:`genindex` | ||
* :ref:`Glossary` | ||
|
Oops, something went wrong.