Skip to content

Commit 7c6ed79

Browse files
committed
Fix dependencies for counts file loading
1 parent ec0f42f commit 7c6ed79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/normalise_counts.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
library(optparse)
44
library(edgeR)
5-
library(tidyverse)
5+
library(readr)
6+
library(tibble)
67
library(DESeq2)
78

89
option_list <- list(

0 commit comments

Comments
 (0)