recipe spaln

Map and align a set of cDNA/EST or protein sequences onto a genome

Homepage:

https://github.com/ogotoh/spaln

Documentation:

https://github.com/ogotoh/spaln/blob/master/README.md

License:

GPL / GPL-2.0-or-later

Recipe:

/spaln/meta.yaml

Links:

doi: 10.1093/nar/gks708, doi: 10.1093/bioinformatics/btl067, usegalaxy-eu: spaln

Spaln (space-efficient spliced alignment) is a stand-alone program that maps and aligns a set of cDNA or protein sequences onto a whole genomic sequence in a single job. Spaln also performs spliced or ordinary alignment after rapid similarity search against a protein sequence database, if a genomic segment or an amino acid sequence is given as a query.

package spaln

(downloads) docker_spaln

versions:
3.0.4-03.0.1-03.0.0-02.4.13-22.4.13-12.4.13-02.4.13g-02.4.13f-02.4.9-0

3.0.4-03.0.1-03.0.0-02.4.13-22.4.13-12.4.13-02.4.13g-02.4.13f-02.4.9-02.4.8-02.4.7-22.4.7-12.4.7-02.4.6-12.4.6-02.4.5-02.4.4-02.4.03-12.4.03-02.4.02-02.4.01-02.3.3-02.3.3c-02.3.3b-02.3.3a-02.3.2-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends perl:

>=5.32.1,<5.33.0a0 *_perl5

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 spaln

and update with::

   mamba update spaln

To create a new environment, run:

mamba create --name myenvname spaln

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

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

Download stats