Skip to content

Commit

Permalink
ci: install pheatmap and MsBackendMgf
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed May 30, 2023
1 parent f9bac37 commit da4d40b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ jobs:
## Manually install required packages
BiocManager::install('rhdf5', dependencies = TRUE, ask = FALSE, update = FALSE, INSTALL_opts = '--force-biarch')
BiocManager::install("RforMassSpectrometry/Spectra")
BiocManager::install("pheatmap")
BiocManager::install("MsBackendMgf")
BiocManager::install("sneumann/xcms", ask = FALSE, update = FALSE, build_vignettes = FALSE)
BiocManager::install("SummarizedExperiment", ask = FALSE, update = FALSE)
remotes::install_github("jorainer/xcmsTutorials")
Expand Down

0 comments on commit da4d40b

Please sign in to comment.