Package: pwalign
Title: Perform pairwise sequence alignments
Description: The two main functions in the package are
        pairwiseAlignment() and stringDist(). The former solves
        (Needleman-Wunsch) global alignment, (Smith-Waterman) local
        alignment, and (ends-free) overlap alignment problems. The
        latter computes the Levenshtein edit distance or pairwise
        alignment score matrix for a set of strings.
biocViews: Alignment, SequenceMatching, Sequencing, Genetics
URL: https://bioconductor.org/packages/pwalign
BugReports: https://github.com/Bioconductor/pwalign/issues
Version: 1.7.0
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
	person("Patrick", "Aboyoun", role="aut"),
	person("Robert", "Gentleman", role="aut"),
	person("Hervé", "Pagès", role="cre",
		email="hpages.on.github@gmail.com",
		comment=c(ORCID="0009-0002-8272-4522")))
Depends: BiocGenerics, S4Vectors, IRanges, Biostrings (>= 2.71.5)
Imports: methods, utils
LinkingTo: S4Vectors, IRanges, XVector, Biostrings
Enhances: Rmpi
Suggests: RUnit
Collate: 00datacache.R utils.R InDel-class.R AlignedXStringSet-class.R
        PairwiseAlignments-class.R
        PairwiseAlignmentsSingleSubject-class.R PairwiseAlignments-io.R
        align-utils.R pid.R substitution_matrices.R pairwiseAlignment.R
        stringDist.R zzz.R
Config/pak/sysreqs: zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 18:46:16 UTC
RemoteUrl: https://github.com/bioc/pwalign
RemoteRef: HEAD
RemoteSha: a8e536a6decdb3c2aa9ee00301ff3296c57a375d
NeedsCompilation: yes
Packaged: 2025-10-30 08:36:24 UTC; root
Author: Patrick Aboyoun [aut],
  Robert Gentleman [aut],
  Hervé Pagès [cre] (ORCID: <https://orcid.org/0009-0002-8272-4522>)
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-30 08:37:59 UTC; windows
Archs: x64
