You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vg version v1.63.1 "Boccaleone"
Compiled with g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 on Linux
Linked against libstd++ 20230528
Using HTSlib headers 101990, library 1.19.1-29-g3cfe8769
Built by anovak@mustard
Given that "*" is a valid value in the specification for SeqStart or SeqEnd , I was surprised when an error was thrown. Is there a way that these values can be somehow derived, so as not to have to use "*"?
The text was updated successfully, but these errors were encountered:
This will be fixed in the next vg release. Meanwhile, if you can compile vg yourself, you should be able to fix this by updating deps/gbwtgraph to the latest master.
If you can't compile vg, you can avoid the issue by setting SeqStart to 0.
jltsiren
added a commit
to jltsiren/vg
that referenced
this issue
Feb 4, 2025
1. What were you trying to do?
run
vg autoindex
on a pggb graph, after converting paths to walks.2. What did you want to happen?
The indexes to be generated
3. What actually happened?
An error was thrown:
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:5. What data and command can the vg dev team use to make the problem happen?
6. What does running
vg version
say?Given that "*" is a valid value in the specification for SeqStart or SeqEnd , I was surprised when an error was thrown. Is there a way that these values can be somehow derived, so as not to have to use "*"?
The text was updated successfully, but these errors were encountered: