I got an error of "Error: C stack usage 10847362 is too close to the limit" when I run
bsseq_stranded = read.bismark(
files = files,
colData = data.frame(row.names = c("WT56","WT57","WT58","MU63","MU67","WT68","WT75","MU76","MU80","WT89","MU96","MU97","WT01","WT10","MU13","WT19","MU827","WT837","WT850","WT856","WT867","MU880","MU894")),
rmZeroCov = FALSE,
strandCollapse = TRUE,nThread=1
)
for 23 samples.
How can I resolve it?