-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello everybody,
I'm currently testing Oases on our RNA-Seq data (approx. 40 – 80 million paired–end Illumina reads with 150 bp length) and for some reason velvetg tries to allocate huge amounts of memory.
The error message I'm getting reads like this:
velvetg: Can't calloc 281474976710656 void*s totalling 2251799813685248 bytes: Cannot allocate memory
Traceback (most recent call last):
File "/var/data/tools/oases/0.2.09/scripts/oases_pipeline.py", line 130, in
main()
File "/var/data/tools/oases/0.2.09/scripts/oases_pipeline.py", line 124, in main
singleKAssemblies(options)
File "/var/data/tools/oases/0.2.09/scripts/oases_pipeline.py", line 52, in singleKAssemblies
assert p.returncode == 0, "Velvetg failed at k = %i\n%s" % (k, output[0])
AssertionError: Velvetg failed at k = 21
[0.000000] Reading roadmap file /var/data/dkarmeinski/Transcriptomes/Assemblies/Oases/01_Dendronotus_orientalis_21/Roadmaps
[132.015252] 41896868 roadmaps read
Do you have any ideas what could be going wrong?
Cheers, Dario