-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm trying to benchmark query times for the color compressors in VARI and Rainbowfish and I get a runtime error while running rb-validate
cd kmcs
cosmo-build -d virus100_kmc2_list > virus100.cosmo.stdout.log 2> virus100.cosmo.stderr.log
pack-color virus100_kmc2_list.colors 100 406878400 4164666 > pack-color.stdout.log 2> pack-color.stderr.log
rb-pack-color virus100_kmc2_list.colors 100 virus100.rb 2pass > rbfish.stdout.log 2>rbfish.stderr.log
rb-validate virus100_kmc2_list.dbg virus100_kmc2_list.colors.sd_vector virus100.rb random-query
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted
Here's a link containing my input files and the run logs
https://drive.google.com/open?id=120nQqb10MyYs1dy2_vpwa8NvBX3YbFM_
IIRC, the only modifications I made to the code were increasing the maximum number of allowed colors to 1024 and the kmer size to 64 in the Makefile of VARI and CMakeLists.txt in Rainbowfish, and applying the patch to VARI (as described in its manual and source code) for working with this kmer size.
Thanks in advance for your help. Let me know if you need me to provide any additional info or logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels