recipe last

LAST finds & aligns related regions of sequences.

Homepage:

https://gitlab.com/mcfrith/last

Documentation:

https://gitlab.com/mcfrith/last/-/blob/1650/doc/last-cookbook.rst

License:

GPL3 / GPL-3.0-or-later

Recipe:

/last/meta.yaml

Links:

biotools: last, usegalaxy-eu: last_train, usegalaxy-eu: last_al, usegalaxy-eu: last_db, usegalaxy-eu: last_split

LAST finds & aligns related regions of sequences. It is designed for moderately large data (e.g. genomes, DNA reads, proteomes). It's especially good at: finding rearrangements and recombinations; finding DNA-versus-protein related regions; unusual data like AT-rich DNA; sensitive DNA-DNA search.

package last

(downloads) docker_last

Versions:
1650-01648-01642-01639-01615-01611-01608-01607-11607-0

1650-01648-01642-01639-01615-01611-01608-01607-11607-01595-11595-01584-01574-01571-01565-01550-01548-01544-01542-11542-01541-01540-01526-01522-01521-01519-01518-01517-01513-01512-01454-01453-21453-11453-01452-01450-01449-01448-01447-01445-01422-01420-01418-01411-11411-01410-01409-01407-11407-01406-11406-01389-01387-01356-01296-01293-01291-01282-01281-01270-01268-11268-01260-11260-01257-01256-01254-01250-01238-01219-01205-11205-01186-01060-01047-01021-0992-0982-0963-1963-0941-2941-0876-0874-5874-4874-3874-2874-1874-0847-0719-2719-1638-6638-5638-4638-3638-2638-1490-7490-6490-5490-4490-3490-2490-1

Depends:
  • on libgcc >=13

  • on libstdcxx >=13

  • on libzlib >=1.3.1,<2.0a0

  • on parallel

  • on pillow

  • on python

Additional platforms:
linux-aarch64osx-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 last

to add into an existing workspace instead, run:

pixi add last

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 last

Alternatively, to install into a new environment, run:

conda create -n envname last

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

(see last/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