Skip to content

Commit 78e559b

Browse files
committed
minor fix
1 parent e391d5a commit 78e559b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/compare_junctions_hist_v2.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ a <- function(x){
216216
}
217217

218218
regtools_data$p_value <- apply(regtools_data, 1, a)
219-
print("test8")
220-
219+
print("Number of rows in data.table")
220+
print(length(regtools_data$samples))
221221

222222
paste_commas <- function(v){
223223
return(paste(v,collapse = ","))

0 commit comments

Comments
 (0)