Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

seg fault #1

@bwlang

Description

@bwlang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions