recipe abyss

Assembly By Short Sequences - a de novo, parallel, paired-end short read sequence assembler

Homepage:

http://www.bcgsc.ca/platform/bioinfo/software/abyss

Documentation:

https://github.com/bcgsc/abyss#readme

Developer docs:

https://github.com/bcgsc/abyss

License:

GPL-3.0-only

Recipe:

/abyss/meta.yaml

Links:

biotools: abyss, doi: 10.1101/gr.214346.116, doi: 10.1101/gr.089532.108

package abyss

(downloads) docker_abyss

versions:
2.3.7-12.3.7-02.3.6-12.3.6-02.3.5-12.3.5-02.3.4-12.3.4-02.3.3-1

2.3.7-12.3.7-02.3.6-12.3.6-02.3.5-12.3.5-02.3.4-12.3.4-02.3.3-12.3.3-02.3.2-02.3.1-02.3.0-02.2.5-12.2.5-02.2.4-02.2.3-22.2.3-12.2.3-02.2.2-02.2.1-02.1.5-12.1.5-02.1.4-02.1.3-02.1.1-02.1.0-02.0.2-52.0.2-42.0.2-32.0.2-22.0.2-12.0.2-02.0.1-22.0.1-12.0.1-01.9.0-71.9.0-61.9.0-51.9.0-41.9.0-31.9.0-21.9.0-11.9.0-01.5.2-51.5.2-41.5.2-31.5.2-21.5.2-11.5.2-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends make:

depends openmpi:

>=4.1.5,<5.0a0

depends perl:

depends util-linux:

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 abyss

and update with::

   mamba update abyss

To create a new environment, run:

mamba create --name myenvname abyss

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

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

Download stats