recipe trtools

Toolkit for genome-wide analysis of tandem repeats

Homepage:

https://github.com/gymreklab/TRTools

Documentation:

https://trtools.readthedocs.io/

License:

MIT / MIT

Recipe:

/trtools/meta.yaml

Links:

biotools: trtools, doi: 10.1093/bioinformatics/btaa736

package trtools

(downloads) docker_trtools

versions:
6.0.1-06.0.0-05.1.1-05.1.0-05.0.2-05.0.1-04.2.1-04.1.0-04.0.2-0

6.0.1-06.0.0-05.1.1-05.1.0-05.0.2-05.0.1-04.2.1-04.1.0-04.0.2-04.0.1-04.0.0-24.0.0-14.0.0-03.0.3-03.0.2-02.0.18-12.0.18-0

depends art:

>=2016.06.05

depends cyvcf2:

>=0.30.4

depends matplotlib-base:

>=3.1.2

depends numpy:

>=1.17.3,<2.0

depends pandas:

>=1.2.0

depends pyfaidx:

>=0.5.6

depends pysam:

>=0.15.4

depends python:

>=3.7.1,<4.0

depends scikit-learn:

>=0.23.1

depends scipy:

>=1.3.3

depends statsmodels:

>=0.10.2

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 trtools

and update with::

   mamba update trtools

To create a new environment, run:

mamba create --name myenvname trtools

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

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

Download stats