Informatics: inform#
Informatics module diagram#
Processes raw sequencing data to load an adata object.
Convert converted BAM files into an AnnData object with integer sequence encoding. |
|
Write per-barcode FASTQ files of reads directly from the raw ragged store. |
|
Convert modkit extract TSVs and BAMs into an AnnData object. |
|
Assemble a concrete AnnData selection through the thin molecule spine. |
|
Zarr partition + thin molecule-index spine + partition catalog helpers. |
|
Read-relative molecule storage and reference-grid materialization. |
|
Write the ragged source-of-truth store and its thin molecule spine. |
|
Canonical, name-independent reference identity via sequence hashing. |
|
|
Run MultiQC on a directory and save the report to the output directory. |
Per-base nanopore current features from the dorado move table. |
|
Per-reference storage planning for locus and genome analyses. |
The ragged_store/raw_store/partition_read/partition_store modules implement the v2.x
partitioned storage architecture: a read-relative ragged parquet source of truth, a thin
molecule-index spine.h5ad, and on-demand dense-slice materialization. fastq_export and
sequence_encoding build on the ragged store to reconstruct literal read sequence/quality for
FASTQ export.
Diagram of final steps of Direct SMF workflow#
Diagram of final steps of Conversion SMF workflow#