recipe slamdunk

Slamdunk is a software tool for SLAMseq data analysis.

Homepage:

http://t-neumann.github.io/slamdunk

Documentation:

http://t-neumann.github.io/slamdunk/docs.html

Developer docs:

https://github.com/t-neumann/slamdunk

License:

AGPL / GNU Affero General Public License v3 (AGPLv3)

Recipe:

/slamdunk/meta.yaml

Links:

doi: 10.1186/s12859-019-2849-7

<img src="http://t-neumann.github.io/slamdunk/images/slamdunk_logo_light.png" width="300" title="Slamdunk">

### Streamlining SLAM-Seq analysis with ultra-high sensitivity.

[![GitHub release](https://img.shields.io/github/release/t-neumann/slamdunk.svg)](https://github.com/t-neumann/slamdunk/releases/latest) [![Travis CI](https://img.shields.io/travis/t-neumann/slamdunk.svg)](https://travis-ci.org/t-neumann/slamdunk)

[![Docker Pulls](https://img.shields.io/docker/pulls/tobneu/slamdunk.svg)](https://hub.docker.com/r/tobneu/slamdunk) [![Docker Automated build](https://img.shields.io/docker/automated/tobneu/slamdunk.svg)](https://hub.docker.com/r/tobneu/slamdunk/builds/)

[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/slamdunk/README.html) [![Anaconda build](https://anaconda.org/bioconda/slamdunk/badges/version.svg )](https://anaconda.org/bioconda/slamdunk) [![Anaconda downloads](https://anaconda.org/bioconda/slamdunk/badges/downloads.svg )](https://anaconda.org/bioconda/slamdunk)

[![PyPI release](https://img.shields.io/pypi/v/slamdunk.svg)](https://pypi.python.org/pypi/slamdunk) ![Github Stars](https://img.shields.io/github/stars/t-neumann/slamdunk.svg?style=social&label=Star)

-----

### Slamdunk documentation

http://t-neumann.github.io/slamdunk

### Please cite

Neumann, T., Herzog, V. A., Muhar, M., Haeseler, von, A., Zuber, J., Ameres, S. L., & Rescheneder, P. (2019). [Quantification of experimentally induced nucleotide conversions in high-throughput sequencing datasets](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-2849-7). BMC Bioinformatics, 20(1), 258. http://doi.org/10.1186/s12859-019-2849-7

package slamdunk

(downloads) docker_slamdunk

Versions:
0.4.3-00.4.2-10.4.2-00.4.1-00.4.0-10.4.0-00.3.4-10.3.4-00.3.3-0

0.4.3-00.4.2-10.4.2-00.4.1-00.4.0-10.4.0-00.3.4-10.3.4-00.3.3-00.3.2-10.3.2-0

Depends:
  • on biopython >=1.74

  • on intervaltree >=3.0.2

  • on joblib >=0.14.0

  • on nextgenmap 0.5.5.*

  • on pandas >=0.25.3

  • on pybedtools >=0.8.0

  • on python >=3

  • on r-getopt

  • on r-gridextra

  • on r-matrixstats >=0.55.0

  • on r-tidyverse >=1.3.0

  • on samtools >=1.9

  • on varscan 2.4.4.*

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 slamdunk

to add into an existing workspace instead, run:

pixi add slamdunk

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 slamdunk

Alternatively, to install into a new environment, run:

conda create -n envname slamdunk

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/slamdunk:<tag>

(see slamdunk/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