Skip to content

Commit 9f43a03

Browse files
committed
Remove unused variable and fix directory existence
check
1 parent 4171e69 commit 9f43a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/locus_coeruleus/locus_coeruleus.R

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ counts_lc <- unlist(lapply(colnames(counts), counts_func))
5454

5555
LC_samples <- unique(spe@colData$sample_id)
5656

57-
out_dir <- 'out_dir'
5857
for ( dir in LC_samples ){
5958
dir <- paste0(out_dir, "/", dir)
6059
if ( dir.exists(dir) == FALSE ){

0 commit comments

Comments
 (0)