I have 4 brca1 graphs, (extracted from the high-coverage-reads/indexes):
/cluster/home/hickey/ga4gh/hgvm-graph-bakeoff-evalutations/high_coverage_graphs/
cactus-brca1.vg
refonly-brca1.vg
snp1000g-brca1.vg
trivial-brca1.vg
I can successfully run corg on all pairs of these graphs except cactus and trivial, which gives me
Processing path: GI262359905
We ran out of path in one graph and not in the other!
We have a mapping
Our mapping: {"position": {"node_id": 856, "offset": 95}, "is_reverse": true, "rank": 842}
terminate called after throwing an instance of 'std::runtime_error'
what(): Ran out of mappings on one path before the other!
Aborted (core dumped)
If these two graphs have paths of different length, which seems to be what this error is saying, then I would not expect them both to compare successfully to refonly and snp1000g.
I have 4 brca1 graphs, (extracted from the high-coverage-reads/indexes):
/cluster/home/hickey/ga4gh/hgvm-graph-bakeoff-evalutations/high_coverage_graphs/
cactus-brca1.vg
refonly-brca1.vg
snp1000g-brca1.vg
trivial-brca1.vg
I can successfully run corg on all pairs of these graphs except cactus and trivial, which gives me
Processing path: GI262359905
We ran out of path in one graph and not in the other!
We have a mapping
Our mapping: {"position": {"node_id": 856, "offset": 95}, "is_reverse": true, "rank": 842}
terminate called after throwing an instance of 'std::runtime_error'
what(): Ran out of mappings on one path before the other!
Aborted (core dumped)
If these two graphs have paths of different length, which seems to be what this error is saying, then I would not expect them both to compare successfully to refonly and snp1000g.