-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete documentation of rb-validate (formerly Runtime error in rb-validate) #3
Comments
After recompiling everything from scratch, I now get
|
After looking through the code, it seems like the documentation is missing an argument that needs to be passed. The following runs without errors...
|
hmusta
changed the title
Runtime error in rb-validate
Incomplete documentation of rb-validate (formerly Runtime error in rb-validate)
Jun 12, 2018
Hi @hmusta , Wow, you resolved your own posted issue then. I'll take a look at the validate code and update the readMe file respectively so that this doesn't happen again. Thank you, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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 andCMakeLists.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.
The text was updated successfully, but these errors were encountered: