-
Notifications
You must be signed in to change notification settings - Fork 267
bcftools-1.19: core dump in init_data() at plugins/split-vep.c:602 #2072
Copy link
Copy link
Closed
Description
Hi,
the manual is a tough read for me so I evidently messed up with the commandline by addition of the ':info'.
Core was generated by `bcftools +split-vep -c Consequence,DPR:info,VAF,VAF1 -s worst'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f2fb40b5eef in parse_column_str (args=args@entry=0x555775e60be0) at plugins/split-vep.c:602
602 *tp = 0;
(gdb) where
#0 0x00007f2fb40b5eef in parse_column_str (args=args@entry=0x555775e60be0) at plugins/split-vep.c:602
#1 0x00007f2fb40b8747 in init_data (args=0x555775e60be0) at plugins/split-vep.c:891
#2 run (argc=<optimized out>, argv=<optimized out>) at plugins/split-vep.c:1460
#3 0x0000555774954689 in main_plugin (argc=5, argv=0x7fff80ab1b60) at vcfplugin.c:669
#4 0x00007f2fb36e778a in ?? () from /lib64/libc.so.6
#5 0x00007f2fb36e7845 in __libc_start_main () from /lib64/libc.so.6
#6 0x0000555774889031 in _start ()
(gdb)
-c, --columns LIST[:type] Extract the fields listed either as indexes or names. The default type
of the new annotation is String but can be also Integer/Int or Float/Real.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels