Skip to content
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

Support BED in full coords, premade chunks, and setting right offset from path name in [] #326

Closed
adamnovak opened this issue Aug 9, 2023 · 1 comment
Assignees

Comments

@adamnovak
Copy link
Member

The Lancet folks want to be able to have their small chunks from the BED file display as having the correct positions in the full graph.

We need to make sure that the chunk extraction script properly sets the [] offsets in the reference path names, and that we have documentation about how to do that by hand in a GFA for a chunk (or a vg for a chunk if you have to convert).

We also need to make sure that that offset information is properly picked up and put in the server response so the ruler draws right.

@adamnovak
Copy link
Member Author

It turns out this works differently: vg chunk is asked to write a regions.tsv for each chunk directory, and that holds the start and end coordinates along the path; the chunk is expected to not use the [] syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant