Skip to content

Commit

Permalink
[FIX] Include package in script dsb_normalize_adt.R
Browse files Browse the repository at this point in the history
Forgot `optparse` package in script dsb_normalize_adt.R.
Added.
  • Loading branch information
Anne Bertolini committed Jan 4, 2024
1 parent 3bfa548 commit 7169a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/scripts/dsb_normalize_adt.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
library(dsb)
library(Seurat)
library(ggplot2)
library(optparse)

# command line arguments are parsed
option_list <- list(
Expand Down

0 comments on commit 7169a04

Please sign in to comment.