Skip to content

Commit

Permalink
zellkonverter needs to be in dependencies, not in script, for now. I …
Browse files Browse the repository at this point in the history
…also removed packages from dependencies.R that don't need to be there since they are in other scripts explicitly
  • Loading branch information
sjspielman committed Nov 18, 2024
1 parent b7f4747 commit 205c5f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions analyses/cell-type-wilms-tumor-06/components/dependencies.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Tidyverse
library(tidyverse)
library(assertthat)

# Single-cell packages
library(Azimuth) # remotes::install_github("satijalab/azimuth")
library(SCpubr)
library(ggplotify)
library(edgeR)
library(ggdist)
library(fetusref.SeuratData)
library(zellkonverter)
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
library(optparse)
library(Seurat)
library(Azimuth)
library(zellkonverter)

# Parse arguments --------------------------------------------------------------
# set up arguments
Expand Down

0 comments on commit 205c5f9

Please sign in to comment.