recipe nf-core

Python package with helper tools for the nf-core community.

Homepage:

http://nf-co.re/

License:

MIT / MIT

Recipe:

/nf-core/meta.yaml

package nf-core

(downloads) docker_nf-core

versions:
2.13.1-02.13-02.12.1-02.12-02.11.1-02.11-02.10-02.9-02.8-0

2.13.1-02.13-02.12.1-02.12-02.11.1-02.11-02.10-02.9-02.8-02.7.2-02.7.1-12.7.1-02.6-12.6-02.5.1-02.5-02.4.1-12.4.1-02.3.2-02.3.1-02.3-02.2-12.2-02.1-02.0.1-01.14-01.13.3-01.13.2-01.13.1-01.13-01.12.1-01.12-01.11-01.10.2-01.9-01.8-01.7-01.6-01.5-01.4-01.3-01.2-01.1-0

depends click:

depends filetype:

depends galaxy-tool-util:

depends git:

depends gitpython:

depends jinja2:

depends jsonschema:

>=3.0

depends markdown:

>=3.3

depends packaging:

depends pillow:

depends pre-commit:

depends prompt_toolkit:

>=3.0.3

depends pytest:

>=7.0.0

depends pytest-workflow:

>=1.6.0

depends python:

>=3.8

depends pyyaml:

depends questionary:

>=1.8.0

depends refgenie:

depends requests:

depends requests-cache:

depends rich:

>=13.3.1

depends rich-click:

>=1.6.1

depends tabulate:

depends trogon:

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 nf-core

and update with::

   mamba update nf-core

To create a new environment, run:

mamba create --name myenvname nf-core

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/nf-core:<tag>

(see `nf-core/tags`_ for valid values for ``<tag>``)

Download stats