Unicycler icon indicating copy to clipboard operation
Unicycler copied to clipboard

abyss instead of spades

Open ramcn opened this issue 5 years ago • 1 comments

Hello,

I was trying to run Unicycler on a Arm core with limited memory (1GB). Except Spades most of the tools work. So was wondering how to modify Unicycler to use a less memory intensive assembler like Abyss instead of Spades.

Cheers, Ram

ramcn avatar Sep 05 '19 16:09 ramcn

Spades uses 512 Mb of RAM per thread, so you could try invoking with a single core. You could also manually set the memory limit as described in #215, which would reduce the memory buffer allocated on a per-thread basis. So for e.g. if you have 4 threads, setting -m to 200 may help? It would be super slow though!

If you're from an academic institution you could sign up to Climb, which offers free access to cloud compute.

stevenjdunn avatar Dec 03 '19 08:12 stevenjdunn