Hi all,
I'm trying to get lastz to compare some sequences to the human reference genome. This is the command I'm using:
lastz /path/to/data/fastafile.fasta[multiple] /path/to/reference/reference_human.fa --format=difference --identity=90 --coverage=50 --output=/path/to/data/lastzout.fa
This gives the following error:
FAILURE: call to realloc failed to allocate 135087680 bytes, for add_segment
Does anyone know what this means and what I can do about it?
I'm trying to get lastz to compare some sequences to the human reference genome. This is the command I'm using:
lastz /path/to/data/fastafile.fasta[multiple] /path/to/reference/reference_human.fa --format=difference --identity=90 --coverage=50 --output=/path/to/data/lastzout.fa
This gives the following error:
FAILURE: call to realloc failed to allocate 135087680 bytes, for add_segment
Does anyone know what this means and what I can do about it?
Comment