recipe biasaway

BiasAway: a tool to generate composition-matched background sequences

Homepage:

https://bitbucket.org/CBGR/biasaway

Documentation:

https://biasaway.rtfd.io

License:

GPL / GPLv3

Recipe:

/biasaway/meta.yaml

BiasAway provides user with four models for generating background sequences useful to enrichment analyses. These backgrounds derived from mono- and di- nucleotide shuffled sequences, and genomic sequences matched to the GC content of the target data.

package biasaway

(downloads) docker_biasaway

versions:
3.3.0-03.2.7-03.2.5-03.2.4-03.2.3-02.2.2-02.2.1-02.1.0-02.0.4-0

3.3.0-03.2.7-03.2.5-03.2.4-03.2.3-02.2.2-02.2.1-02.1.0-02.0.4-02.0.1-01.0.4-01.0.2-0

depends biopython:

depends cyushuffle:

depends matplotlib-base:

depends numpy:

depends python:

>=3.4

depends scikit-learn:

depends seaborn:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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 biasaway

and update with::

   mamba update biasaway

To create a new environment, run:

mamba create --name myenvname biasaway

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

(see `biasaway/tags`_ for valid values for ``<tag>``)

Download stats