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

database_widget: tree breaks edit / back button #633

Open
nathanweeks opened this issue Jan 21, 2023 · 0 comments
Open

database_widget: tree breaks edit / back button #633

nathanweeks opened this issue Jan 21, 2023 · 0 comments
Assignees
Labels

Comments

@nathanweeks
Copy link
Contributor

Enabling database_structure: tree in the ~/.sequenceserver.conf partially breaks the pre-filled search form behavior of the edit/back button described in issue #386 such that the database(s) selected in the original search are "invisibly" selected (they are reused in subsequent queries, but their corresponding checkboxes are unchecked)

To reproduce:

  1. Add database_structure: tree to ~/.sequenceserver.conf and start SequenceServer
  2. Enter a query sequence in the textarea, select a database, and click the blast* button.
  3. In the results page, click the "edit" button. The search page will be presented with the original query sequence prefilled, but no databases selected.
  4. Select a different database and click the blast* button

In the results page will show, e.g., "BLASTN: 1 query, 2 databases" despite only one database having been selected in step 3, where the extra database is the one originally selected in step 2.

A preconfigured SequenceServer that illustrates the issue is in this branch named issue-tree. The branch contains a devcontainer.json that has been set up so that when a Codespace is launched on the branch (Code > Create codespace on issue-tree) the SequenceServer container image will be built, started, and served on port 4567 (once SequenceServer is listening on the port, click the Ports tab, then the globe icon for the reverse-proxy URL to access the port in the codespace).

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

No branches or pull requests

3 participants