:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'pixelator' .. highlight: bash pixelator ========= .. conda:recipe:: pixelator :replaces_section_title: :noindex: A command\-line tool and library to process and analyze sequencing data from Molecular Pixelation \(MPX\) assays. :homepage: https://github.com/PixelgenTechnologies/pixelator :license: MIT / MIT :recipe: /`pixelator `_/`meta.yaml `_ .. conda:package:: pixelator |downloads_pixelator| |docker_pixelator| :versions: ``0.16.2-0``,  ``0.15.2-0``,  ``0.15.0-0``,  ``0.14.0-0``,  ``0.13.1-0`` :depends anndata: ``>=0.8.0`` :depends click: :depends cssselect: :depends cutadapt: ``>=4.2`` :depends esda: :depends fastp: :depends fastparquet: ``>=2023.8.0,<2024.0.0`` :depends fsspec: ``>=2023.9.0,<2024.0.0`` :depends graspologic: ``>=3.3.0,<4.0.0`` :depends importlib-resources: ``>=5.12.0,<6.0.0`` :depends libpysal: ``>=4.9.2`` :depends lxml: :depends numba: ``>=0.56.4`` :depends numpy: ``<1.24.0`` :depends pandas: ``>=2.0.0,<3.0.0`` :depends polars: ``>=0.19.0,<0.20.0`` :depends pyarrow: ``>=13,<15`` :depends pydantic: ``>=1.10.7,<2.0.0`` :depends pyfastx: :depends python: ``>=3.10,<3.12`` :depends python-annoy: ``<=1.17.0`` :depends ruamel.yaml: ``>=0.17.21,<0.18.0`` :depends scanpy: :depends scipy: :depends semver: ``>=3.0.0,<4.0.0`` :depends typing_extensions: :depends umi_tools: ``<=1.1.4`` :depends xopen: ``<1.9.0`` :depends yapf: :depends yappi: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install pixelator and update with:: mamba update pixelator To create a new environment, run:: mamba create --name myenvname pixelator with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/pixelator: (see `pixelator/tags`_ for valid values for ````) .. |downloads_pixelator| image:: https://img.shields.io/conda/dn/bioconda/pixelator.svg?style=flat :target: https://anaconda.org/bioconda/pixelator :alt: (downloads) .. |docker_pixelator| image:: https://quay.io/repository/biocontainers/pixelator/status :target: https://quay.io/repository/biocontainers/pixelator .. _`pixelator/tags`: https://quay.io/repository/biocontainers/pixelator?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/pixelator/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/pixelator/README.html