Hi, I'm having some problems using the following code:
clusteredCds = clusterrnaCrosslink(cds = cds,
cores = 25,
stepCount = 2,
clusterCutoff = 100)
My input file size is 2.5Gb. It seems to be too large, causing the following error message to appear during clustering.
Error in .Call2("C_validate_Ranges", x_start, x_end, x_width, PACKAGE = "IRanges") :
long vectors not supported yet: memory.c:3888
I hope you can help me solve this problem. Thank you very much.
Hi, I'm having some problems using the following code:
My input file size is 2.5Gb. It seems to be too large, causing the following error message to appear during clustering.
Error in .Call2("C_validate_Ranges", x_start, x_end, x_width, PACKAGE = "IRanges") :
long vectors not supported yet: memory.c:3888
I hope you can help me solve this problem. Thank you very much.