colossal-compsci / tfboot

R package for bootstrapping motifbreakR results
https://colossal-compsci.github.io/tfboot/
4 stars 3 forks source link

Fix examples, read_vcf, and dependency management #15

Closed stephenturner closed 1 year ago

stephenturner commented 1 year ago

Misc. fixes in prep for public release / publication. Tagging a few reviewers for awareness but I'll probably merge this soon after CI/CD checks out.

Local check OK:

── R CMD check results ───────────────────────────────────────────────────────────────────────────────────────────────────────── tfboot 0.2.1 ────
Duration: 1m 56.4s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

R CMD check succeeded

Noting that the motifbreakR dependency was "heavy" based on this dependency graph (bottom row). In all likelihood, a tfboot user will likely have motifbreakR installed, but strictly speaking, it's not necessary to run a tfboot analysis on precalculated motifbreakR results, without needing the motifbreakR dependencies.

image

stephenturner commented 1 year ago

✅ CI passed (independent build/checks OK): https://github.com/colossal-compsci/tfboot/actions/runs/5520792104/jobs/10067931359