Repository revision
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository last
Name: last
Owner: iuc
Synopsis: LAST finds similar regions between sequences.
LAST finds similar regions between sequences.
The main technical innovation is that LAST finds initial matches based on their multiplicity, instead of using a fixed length (e.g. BLAST uses 11-mers). To find these variable-length matches, it uses a suffix array (inspired by Vmatch). To achieve high sensitivity, it uses a spaced suffix array (or subset suffix array), analogous to spaced seeds (or subset seeds).
LAST can:
    - Handle big sequence data, e.g:
        - Compare two vertebrate genomes.
        - Align billions of DNA reads to a genome.
    - Indicate the reliability of each aligned column.
    - Use sequence quality data properly.
    - Compare DNA to proteins, with frameshifts.
    - Compare PSSMs to sequences.
    - Calculate the likelihood of chance similarities between random sequences.
    - Do split and spliced alignment.
    - Train alignment parameters for unusual kinds of sequence (e.g. nanopore).
Content homepage: http://last.cbrc.jp/
Clone this repository: hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/last
Type: unrestricted
Revision: 5:f5a5a2b39ff2
This revision can be installed: True
Times cloned / installed: 421

Contents of this repository

Name Description Version Minimum Galaxy Version
finds the rates (probabilities) of insertion, deletion, and substitutions between two sets of sequences. 1205+galaxy0 20.01
read MAF-format alignments and write them in another format. 1205+galaxy0 20.01
prepares sequences for subsequent comparison and alignment using lastal. 1205+galaxy0 20.01
finds local alignments between query sequences, and reference sequences. 1205+galaxy0 20.01
finds "split alignments" (typically for DNA) or "spliced alignments" (typically for RNA). 1205+galaxy0 20.01

Categories
Sequence Analysis - Tools for performing Protein and DNA/RNA analysis