Skip to content

Commit dbd0f20

Browse files
committed
rm erroneous line
1 parent ce67fb4 commit dbd0f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare_junctions_hist_v2.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ a <- function(x, y, z){
158158
return(x)
159159
}
160160
x <- mapply(a, regtools_data$norm_scores_non, length(all_samples), regtools_data$samples)
161-
x = split(x, rep(1:ncol(x), each = nrow(x)))
161+
# x = split(x, rep(1:ncol(x), each = nrow(x)))
162162
regtools_data$norm_scores_non = x
163163
print("test7")
164164

0 commit comments

Comments
 (0)