Skip to content

Commit

Permalink
Merge pull request #21 from nanxstats/single-quotes
Browse files Browse the repository at this point in the history
Use single quotes for C and C++
  • Loading branch information
nanxstats authored Sep 10, 2024
2 parents 57ab337 + 087e21a commit 27e25b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Authors@R: c(
comment = c(ORCID = "0000-0002-0250-5673"))
)
Description: Provides an R interface for 'SSW' (Striped Smith-Waterman)
via its 'Python' binding 'ssw-py'. 'SSW' is a fast C/C++ implementation
of the Smith-Waterman algorithm for pairwise sequence alignment
using Single-Instruction-Multiple-Data (SIMD) instructions.
via its 'Python' binding 'ssw-py'. 'SSW' is a fast 'C' and 'C++'
implementation of the Smith-Waterman algorithm for pairwise sequence
alignment using Single-Instruction-Multiple-Data (SIMD) instructions.
'SSW' enhances the standard algorithm by efficiently returning alignment
information and suboptimal alignment scores.
The core 'SSW' library offers performance improvements for various
Expand All @@ -17,7 +17,7 @@ Description: Provides an R interface for 'SSW' (Striped Smith-Waterman)
structural variant detection, and read-overlap graph generation.
These features make 'SSW' particularly useful for genomic applications.
Zhao et al. (2013) <doi:10.1371/journal.pone.0082138> developed the
original C/C++ implementation.
original 'C' and 'C++' implementation.
License: MIT + file LICENSE
URL: https://nanx.me/ssw-r/, https://github.com/nanxstats/ssw-r
BugReports: https://github.com/nanxstats/ssw-r/issues
Expand Down

0 comments on commit 27e25b5

Please sign in to comment.