# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "pwalign" in publications use:' type: software license: Artistic-2.0 title: 'pwalign: Perform pairwise sequence alignments' version: 1.1.0 abstract: 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. authors: - family-names: Aboyoun given-names: Patrick - family-names: Gentleman given-names: Robert - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com repository: https://bioc.r-universe.dev repository-code: https://github.com/Bioconductor/pwalign url: https://bioconductor.org/packages/pwalign contact: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com