Skip to content

Fix for adding features to assembly or refSeq that's not loaded yet#723

Merged
garrettjstevens merged 6 commits intomainfrom
722_could_not_find_assembly
Nov 4, 2025
Merged

Fix for adding features to assembly or refSeq that's not loaded yet#723
garrettjstevens merged 6 commits intomainfrom
722_could_not_find_assembly

Conversation

@garrettjstevens
Copy link
Copy Markdown
Contributor

Fixes #722

Adding a feature expected the client data store to already be populated for that assembly/refSeq. This isn't the case, though, if the track hasn't been opened or if the track has no features. Now that expectation is removed.

The initial report of this bug was for adding a feature by copying from an evidence track, but I also realized that the "Add a feature" option from the rubberband menu also didn't work if there were no loaded features yet, but for a different reason. Fixing that other reason also made it so that this PR fixes #250 as well.

@garrettjstevens garrettjstevens self-assigned this Oct 29, 2025
@garrettjstevens garrettjstevens merged commit fea3bae into main Nov 4, 2025
7 of 8 checks passed
@garrettjstevens garrettjstevens deleted the 722_could_not_find_assembly branch November 4, 2025 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet