recipe cite-seq-count

A python package to map reads from CITE-seq or hashing data for single cell experiments.

Homepage:

https://hoohm.github.io/CITE-seq-Count

Developer docs:

https://github.com/Hoohm/CITE-seq-Count

License:

MIT / MIT

Recipe:

/cite-seq-count/meta.yaml

Links:

biotools: CITE-seq-Count, usegalaxy-eu: cite_seq_count, doi: 10.5281/zenodo.2590196

package cite-seq-count

(downloads) docker_cite-seq-count

Versions:

1.4.5-01.4.4-0

Depends:
  • on multiprocess >=0.70.6.1

  • on pandas >=0.23.4

  • on pybktree 1.1

  • on pytest

  • on pytest-dependency

  • on python >=3.6

  • on python-levenshtein >=0.12.0

  • on scipy >=1.1.0

  • on umi_tools >=1.1.5

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install cite-seq-count

to add into an existing workspace instead, run:

pixi add cite-seq-count

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install cite-seq-count

Alternatively, to install into a new environment, run:

conda create -n envname cite-seq-count

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/cite-seq-count:<tag>

(see cite-seq-count/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats