recipe tobias

Transcription factor Occupancy prediction By Investigation of ATAC-seq Signal

Homepage:

https://github.com/loosolab/TOBIAS

Documentation:

https://github.com/loosolab/TOBIAS/wiki

Developer docs:

https://pypi.org/project/tobias/

License:

MIT / MIT

Recipe:

/tobias/meta.yaml

Links:

biotools: TOBIAS, doi: 10.1038/s41467-020-18035-1

TOBIAS (Transcription factor Occupancy prediction By Investigation of ATAC-seq Signal) is a collection of command-line bioinformatics tools for performing footprinting analysis on ATAC-seq data.

package tobias

(downloads) docker_tobias

versions:
0.16.1-00.16.0-00.15.1-00.13.3-10.13.3-00.13.2-10.13.2-00.13.1-00.13.0-0

0.16.1-00.16.0-00.15.1-00.13.3-10.13.3-00.13.2-10.13.2-00.13.1-00.13.0-00.12.12-00.12.11-00.12.10-10.12.10-00.12.9-00.12.8-00.12.7-00.12.6-00.12.4-00.12.3-00.12.1-00.12.0-00.11.6-10.11.6-00.11.4-00.11.3-00.11.2-00.11.1-00.11.0-00.9.0-00.8.0-00.7.0-00.6.4-00.6.1-00.5.0-0

depends adjusttext:

depends boto3:

depends importlib-metadata:

depends kneed:

depends libgcc-ng:

>=12

depends logomaker:

depends matplotlib-base:

>=2

depends moods:

depends numpy:

>=1.21.6,<2.0a0

depends pandas:

depends pybedtools:

depends pybigwig:

>=0.3

depends pypdf2:

depends pysam:

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends pyyaml:

>5.1

depends scikit-learn:

depends scipy:

depends seaborn:

>=0.9.1

depends svist4get:

>=1.2.24

depends xgboost:

>=0.71

depends xlsxwriter:

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 tobias

and update with::

   mamba update tobias

To create a new environment, run:

mamba create --name myenvname tobias

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

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

Download stats