Closed adamnovak closed 1 year ago
I missed a case in #91 and the full and by-field parsers got out of sync. The full one lost the ability to handle e.g. GRCh38#chr1, which is pretty important but wasn't in the vg tests.
GRCh38#chr1
This should fix the bug, and I am adding some tests to vg.
I missed a case in #91 and the full and by-field parsers got out of sync. The full one lost the ability to handle e.g.
GRCh38#chr1
, which is pretty important but wasn't in the vg tests.This should fix the bug, and I am adding some tests to vg.