Skip to content

Commit 25cd74d

Browse files
authored
Merge pull request #104 from gagneurlab/hdf5_name
Hdf5 cache
2 parents a8de5a9 + e9019c2 commit 25cd74d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: FRASER
22
Type: Package
33
Title: Find RAre Splicing Events in RNA-Seq Data
4-
Version: 2.4.2
5-
Date: 2025-05-11
4+
Version: 2.4.3
5+
Date: 2025-06-04
66
Authors@R: c(
77
person("Christian", "Mertes", role=c("aut", "cre"),
88
email="mertes@in.tum.de", comment=c(ORCID="0000-0002-1091-205X")),

R/calculatePSIValue.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ calculatePSIValuePrimeSite <- function(fds, psiType, overwriteCts, BPPARAM){
126126
}
127127

128128
# write other counts and psi values to h5 file
129+
if (file.exists(cacheFile)) file.remove(cacheFile)
129130
# get defined chunk sizes
130131
chunkDims <- c(
131132
min(nrow(countData), options()[['FRASER-hdf5-chunk-nrow']]),

0 commit comments

Comments
 (0)