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

Add a system for "implied" tracks that are present in a chunk but not exposed by the server #443

Merged
merged 16 commits into from
Jun 14, 2024

Conversation

adamnovak
Copy link
Member

@adamnovak adamnovak commented May 31, 2024

This fixes the problem where you could follow a link that links to a pre-extracted chunk and then get errors complaining that the graph wasn't available on the server. It also fixes the problem where editing the tracks would produce the same error, and the problem where, if you de-selected a track file for a pre-generated chunk, you couldn't re-select it.

Now we have a notion of "implied" tracks that come from the chunk or the link, which will display a little (?) in the file picker to represent that the server doesn't actually know about them. We now know better than to ask for the paths in them.

This also has to add a lot of logic for keeping the implied tracks and the selected tracks in sync with each other given the different ways they can be modified. And I'm also adding logic to keep the BED regions and the BED file name in sync, and the path names in sync with the graph.

@adamnovak adamnovak changed the title Fix miscelaneous bugs from manual testing Add a system for "implied" tracks that are present in a chunk but not exposed by the server Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant