You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: load bosTau9/mmul10 packages on-demand in annotation scripts
org.Bt.eg.db, org.Mmu.eg.db, TxDb.Btaurus.UCSC.bosTau9.refGene, and
TxDb.Mmulatta.UCSC.rheMac10.refGene were unconditionally loaded at the top
of ccbr_annotate_bed.R and ccbr_annotate_peaks.R. The v13-feat container
is missing org.Bt.eg.db, causing an immediate crash for all genomes
(including hs1_chrR) even though those packages are never needed.
Move TxDb loads into their respective dispatch blocks; OrgDb packages
(org.Bt.eg.db, org.Mmu.eg.db) are dropped from explicit library() calls
entirely — ChIPseeker loads them dynamically via annoDb=.
⚡ generated using AI ⚡
0 commit comments