- recipe spaln
Map and align a set of cDNA/EST or protein sequences onto a genome.
- Homepage:
- Documentation:
- License:
GPL / GPL-2.0-or-later
- Recipe:
- 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¶
-
- Versions:
3.0.7-1,3.0.7-0,3.0.6-0,3.0.6c-0,3.0.6b-1,3.0.6b-0,3.0.4-0,3.0.1-0,3.0.0-0,3.0.7-1,3.0.7-0,3.0.6-0,3.0.6c-0,3.0.6b-1,3.0.6b-0,3.0.4-0,3.0.1-0,3.0.0-0,2.4.13-2,2.4.13-1,2.4.13-0,2.4.13g-0,2.4.13f-0,2.4.9-0,2.4.8-0,2.4.7-2,2.4.7-1,2.4.7-0,2.4.6-1,2.4.6-0,2.4.5-0,2.4.4-0,2.4.03-1,2.4.03-0,2.4.02-0,2.4.01-0,2.3.3-0,2.3.3c-0,2.3.3b-0,2.3.3a-0,2.3.2-0- Depends:
on libgcc
>=13on libstdcxx
>=13on libzlib
>=1.3.1,<2.0a0on perl
>=5.32.1,<5.33.0a0 *_perl5
- Additional platforms:
linux-aarch64,osx-arm64
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install spaln
to add into an existing workspace instead, run:
pixi add spaln
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install spaln
Alternatively, to install into a new environment, run:
conda create -n envname spaln
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/spaln:<tag>
(see spaln/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/spaln/README.html)