:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'kb-python' .. highlight: bash kb-python ========= .. conda:recipe:: kb-python :replaces_section_title: :noindex: A wrapper for the kallisto \| bustools workflow for single\-cell RNA\-seq pre\-processing :homepage: https://github.com/pachterlab/kb_python :documentation: https://www.kallistobus.tools/ :license: BSD / BSD-2-Clause :recipe: /`kb-python `_/`meta.yaml `_ .. conda:package:: kb-python |downloads_kb-python| |docker_kb-python| :versions: .. raw:: html
0.28.2-20.28.2-10.28.2-00.28.1-00.28.0-00.27.3-10.27.3-00.27.2-00.27.1-0 ``0.28.2-2``,  ``0.28.2-1``,  ``0.28.2-0``,  ``0.28.1-0``,  ``0.28.0-0``,  ``0.27.3-1``,  ``0.27.3-0``,  ``0.27.2-0``,  ``0.27.1-0``,  ``0.27.0-0``,  ``0.26.4-0``,  ``0.26.3-0``,  ``0.26.2-0``,  ``0.26.1-0``,  ``0.26.0-0``,  ``0.25.1-0``,  ``0.25.0-0``,  ``0.24.4-0`` .. raw:: html
:depends anndata: ``>=0.6.22.post1`` :depends h5py: ``>=2.10.0`` :depends jinja2: ``>2.10.1`` :depends loompy: ``>=3.0.6`` :depends nbconvert: ``>=5.6.0`` :depends nbformat: ``>=4.4.0`` :depends ngs-tools: ``>=1.5.11`` :depends numpy: ``>=1.17.2`` :depends pandas: ``>=1.0.0,<2`` :depends plotly: ``>=4.5.0`` :depends python: ``>=3.7,<3.9`` :depends requests: ``>=2.22.0`` :depends scanpy: ``>=1.4.4.post1`` :depends scikit-learn: ``>=0.21.3`` :depends tqdm: ``>=4.39.0`` :depends typing-extensions: ``>=3.7.4`` :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 kb-python and update with:: mamba update kb-python To create a new environment, run:: mamba create --name myenvname kb-python 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/kb-python: (see `kb-python/tags`_ for valid values for ````) .. |downloads_kb-python| image:: https://img.shields.io/conda/dn/bioconda/kb-python.svg?style=flat :target: https://anaconda.org/bioconda/kb-python :alt: (downloads) .. |docker_kb-python| image:: https://quay.io/repository/biocontainers/kb-python/status :target: https://quay.io/repository/biocontainers/kb-python .. _`kb-python/tags`: https://quay.io/repository/biocontainers/kb-python?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/kb-python/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/kb-python/README.html