Entering edit mode
5.9 years ago
majeedaasim
▴
60
I am using STAR 2.5.3a on my system for aligning my Fasta sequences. THe command I used is
aasim@aasim-ProLiant-ML150-Gen9:~/Aasim/bin/STAR-2.5.3a/star_index$ STAR --runMode genomeGenerate --runThreadN 24 --genomeDir index --genomeFastaFiles Concatenate_master_assembly.fasta --limitGenomeGenerateRAM=31000000000
IT gives me following error
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
I tried to increase the values but throws tha same error.
My system info is
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Model name: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
Stepping: 1
CPU MHz: 2301.668
CPU max MHz: 2100.0000
CPU min MHz: 1200.0000
BogoMIPS: 4197.22
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 20480K
NUMA node0 CPU(s): 0-7,16-23
NUMA node1 CPU(s): 8-15,24-31
There is a similar error on STAR's github. Do you have enough memory available?
It gives following information
You allocate 31GB memory, but have only 30.5GB free.
You should stop other processes occupying Memory.
I cleared the cache, after that the memory status is
But it again throws the same error
majeedaasim : Is this copy of
STAR
known to work on this server? Did you compile it or download a pre-compiled binary?I just installed it with conda
These are mostly memory error. You should increase available memory for STAR.