I just tried out minimap on a bunch of pacbio reads like this:
#!/bin/sh
PATH="/mnt/home/langhorst/src/miniasm:/mnt/home/langhorst/src/minimap:$PATH"
if ! [ -f deer_1123.mmi ]; then
minimap -d deer_1123.mmi deer_1123.fasta
fi
minimap -Sw5 -L100 -m0 -t14 -l deer_1123.mmi deer_1123.fasta | pigz -p 8 > deer_1123_minimap.paf.gz
The mmi build seems to have worked...
but mimimap failed after writing 39G of data to deer_1123_minimap.paf.gz
Not sure if this is very helpful... I'll try to rebuild and re-run to get you a stacktrace.
I just tried out minimap on a bunch of pacbio reads like this:
The mmi build seems to have worked...
but mimimap failed after writing 39G of data to deer_1123_minimap.paf.gz
Not sure if this is very helpful... I'll try to rebuild and re-run to get you a stacktrace.