Skip to content

Incomplete documentation of rb-validate (formerly Runtime error in rb-validate) #3

@hmusta

Description

@hmusta

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.

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