Skip to content

vg pack error #4463

@sdws1983

Description

@sdws1983

1. What were you trying to do?

Run vg giraffe and vg pack to generate .pack file.

2. What did you want to happen?

Generate .pack file without errors

3. What actually happened?

Error occurred.

My command:

vg giraffe -t 40 -p -Z ref.giraffe.gbz -m ref.min -d ref.dist -f test_1.fq.gz -f test_2.fq.gz |  vg pack --threads 24 -x ref.giraffe.gbz -g - -o test.pack -Q 5

My logs:

Mapped 442147310 reads across 40 threads in 212111 seconds with 12.9819 additional single-threaded seconds.
Mapping speed: 52.1125 reads per second per thread
Used 1.34949e+06 CPU-seconds (including output).
Achieved 327.64 reads per CPU-second (including output)
Memory footprint: 39.0596 GB
vg: src/packer.cpp:883: size_t vg::Packer::average_node_quality(size_t) const: Assertion `total_node_quality(i) == 0' failed.
━━━━━━━━━━━━━━━━━━━━
Crash report for vg v1.60.0 "Annicco"
Stack trace (most recent call last) in thread 24550:
#10   Object "", at 0xffffffffffffffff, in 
#9    Object "/public2/home/software/vg", at 0x21cb233, in __clone
#8    Object "/public2/home/software/vg", at 0x212476a, in start_thread
#7    Object "/public2/home/software/vg", at 0x20c6ffd, in gomp_thread_start
#6    Object "/public2/home/software/vg", at 0x1296cd0, in vg::Packer::make_compact() [clone ._omp_fn.6]
#5    Object "/public2/home/software/vg", at 0x12965df, in vg::Packer::average_node_quality(unsigned long) const
#4    Object "/public2/home/software/vg", at 0x20f2f65, in __assert_fail
#3    Object "/public2/home/software/vg", at 0x5f201b, in __assert_fail_base.cold
#2    Object "/public2/home/software/vg", at 0x5f20f3, in abort
#1    Object "/public2/home/software/vg", at 0x20f9575, in raise
#0    Object "/public2/home/software/vg", at 0x21260cc, in __pthread_kill
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Please include this entire error log in your bug report!
━━━━━━━━━━━━━━━━━━━━

4. If you got a line like Stack trace path: /somewhere/on/your/computer/stacktrace.txt, please copy-paste the contents of that file here:

Place stacktrace here.

5. What data and command can the vg dev team use to make the problem happen?

6. What does running vg version say?

Place vg version output here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions