recipe fuc

Frequently used commands in bioinformatics

Homepage:

https://github.com/sbslee/fuc

Documentation:

https://sbslee-fuc.readthedocs.io/en/latest/

License:

MIT / MIT

Recipe:

/fuc/meta.yaml

package fuc

(downloads) docker_fuc

versions:
0.37.0-00.36.0-00.35.0-00.34.0-00.33.1-00.32.0-00.31.0-00.30.0-00.29.0-0

0.37.0-00.36.0-00.35.0-00.34.0-00.33.1-00.32.0-00.31.0-00.30.0-00.29.0-00.28.0-00.27.0-00.26.0-00.25.0-00.24.0-00.23.0-00.22.0-00.21.0-00.20.0-00.19.0-00.18.0-00.17.0-00.16.0-00.15.0-00.14.0-00.13.0-00.12.0-00.11.0-00.10.0-00.9.0-00.8.0-00.7.0-0

depends biopython:

depends lxml:

depends matplotlib-base:

depends matplotlib-venn:

depends numpy:

depends pandas:

depends pyranges:

depends pysam:

depends python:

depends scipy:

depends seaborn:

depends statsmodels:

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 fuc

and update with::

   mamba update fuc

To create a new environment, run:

mamba create --name myenvname fuc

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

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

Download stats