Skip to content

Fix BioC 3.23 compatibility: pwalign, C++14, jaspar_db docs#128

Open
AliciaSchep wants to merge 35 commits into
masterfrom
bioc-fix
Open

Fix BioC 3.23 compatibility: pwalign, C++14, jaspar_db docs#128
AliciaSchep wants to merge 35 commits into
masterfrom
bioc-fix

Conversation

@AliciaSchep
Copy link
Copy Markdown
Contributor

Summary

  • Replace Biostrings imports with pwalign for nucleotideSubstitutionMatrix
    and stringDist, which were moved to pwalign in BioC 3.19 and removed
    from Biostrings in BioC 3.23
  • Add pwalign to Imports in DESCRIPTION
  • Set CXX_STD = CXX14 in src/Makevars and update SystemRequirements
    since RcppArmadillo now requires C++14
  • Document the jaspar_db parameter in getJasparMotifs.Rd (added by feat: allow different jaspar DB sources #114
    but missing from the Rd file)

Test plan

  • R CMD check --no-manual --no-vignettes passes locally with no ERRORs
  • Pushed to Bioconductor devel — full build farm check pending

nturaga and others added 30 commits May 2, 2019 11:54
jwokaty and others added 5 commits April 28, 2026 08:46
These functions were moved from Biostrings to pwalign in BioC 3.19 and
removed from Biostrings in BioC 3.23.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Set CXX_STD=CXX14 in Makevars and update SystemRequirements since
  RcppArmadillo now requires C++14
- Add jaspar_db parameter to getJasparMotifs.Rd to match code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants