Skip to content

Commit

Permalink
Merge branch 'add-query-class' of https://github.com/BiocPy/cellarr i…
Browse files Browse the repository at this point in the history
…nto add-query-class
  • Loading branch information
jkanche committed Jun 19, 2024
2 parents e553579 + 25b096f commit 48662d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions src/cellarr/build_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

@dataclass
class CellMetadataOptions:
"""Optional arguments for the ``cell_metadata`` store
for :py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
"""Optional arguments for the ``cell_metadata`` store for
:py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
Attributes:
skip:
Expand All @@ -36,8 +36,8 @@ class CellMetadataOptions:

@dataclass
class GeneAnnotationOptions:
"""Optional arguments for the ``gene_annotation`` store
for :py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
"""Optional arguments for the ``gene_annotation`` store for
:py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
Attributes:
feature_column:
Expand Down Expand Up @@ -68,8 +68,7 @@ class GeneAnnotationOptions:

@dataclass
class MatrixOptions:
"""Optional arguments for the ``matrix`` store
for :py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
"""Optional arguments for the ``matrix`` store for :py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
Attributes:
matrix_name:
Expand Down Expand Up @@ -102,8 +101,7 @@ class MatrixOptions:

@dataclass
class SampleMetadataOptions:
"""Optional arguments for the ``sample`` store
for :py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
"""Optional arguments for the ``sample`` store for :py:func:`~cellarr.build_cellarrdataset.build_cellarrdataset`.
Attributes:
skip:
Expand Down
1 change: 0 additions & 1 deletion src/cellarr/buildutils_cellarrdataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
from typing import List, Union

import anndata
import numpy as np
import pandas as pd

from . import utils_anndata as uad
Expand Down

0 comments on commit 48662d4

Please sign in to comment.