Source: glam2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Charles Plessy <plessy@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libfftw3-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/glam2
Vcs-Git: https://salsa.debian.org/med-team/glam2.git
Homepage: http://acb.qfab.org/acb/glam2/
Rules-Requires-Root: no

Package: glam2
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: gapped protein motifs from unaligned sequences
 GLAM2 is a software package for finding motifs in sequences, typically
 amino-acid or nucleotide sequences. A motif is a re-occurring sequence
 pattern: typical examples are the TATA box and the CAAX prenylation motif. The
 main innovation of GLAM2 is that it allows insertions and deletions in motifs.
 .
 This package includes programs for discovering motifs shared by a set of
 sequences and finding matches to these motifs in a sequence database, as well
 as utilities for converting glam2 motifs to standard alignment formats,
 masking glam2 motifs out of sequences so that weaker motifs can be found, and
 removing highly similar members of a set of sequences.
 .
 The package includes these programs:
  glam2:       discovering motifs shared by a set of sequences;
  glam2scan:   finding matches, in a sequence database, to a motif discovered
               by glam2;
  glam2format: converting glam2 motifs to  standard alignment formats;
  glam2mask:   masking glam2 motifs out of sequences, so that weaker motifs
               can be found;
  glam2-purge: removing highly similar members of a set of sequences.
 .
 In this binary package, the fast Fourier algorithm (FFT) was enabled for the
 glam2 program.