I've been trying out this package, I think it's a very nice idea!
I've run into the following issue: by default, STAR limits the memory size to 30 GB. If it passes that treshold, it exists with the message:
Apr 01 14:43:41 ..... Started STAR run
Apr 01 14:43:41 ... Starting to generate Genome files
EXITING because of FATAL ERROR: limitGenomeGenerateRAM=31000000000 is too small for your genome
SOLUTION: specify limitGenomeGenerateRAM not less than 35000000000 and make RAM available
However, if I run imfusion with --limitGenomeGenerateRAM, this option causes an error in the Python parser and is not passed on to STAR.
As a workaround, I added this option to /usr/lib64/python3.5/site-packages/imfusion/external/star.py:
Hi,
I've been trying out this package, I think it's a very nice idea!
I've run into the following issue: by default, STAR limits the memory size to 30 GB. If it passes that treshold, it exists with the message:
However, if I run imfusion with
--limitGenomeGenerateRAM
, this option causes an error in the Python parser and is not passed on to STAR.As a workaround, I added this option to /usr/lib64/python3.5/site-packages/imfusion/external/star.py:
It would be nice if imfusion would pass additional command-line parameters to STAR or tophat on the command-line instead.