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

New structural variant implementation not displayed in vue app. #885

Closed
stolpeo opened this issue Mar 6, 2023 · 2 comments
Closed

New structural variant implementation not displayed in vue app. #885

stolpeo opened this issue Mar 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@stolpeo
Copy link
Contributor

stolpeo commented Mar 6, 2023

Describe the bug
The structural variant filter results in the vue implementation can not be displayed (table remains in loading state). This occurs on my local installation, but not in production. It is the first time I'm using the new SV filter implementation.

To Reproduce
Steps to reproduce the behavior:

  1. Go to structural variant filtration
  2. Click on filter
  3. See error

Expected behavior
Display results.

Screenshot from 2023-03-06 12-40-02

@stolpeo stolpeo added the bug Something isn't working label Mar 6, 2023
@stolpeo
Copy link
Contributor Author

stolpeo commented Mar 6, 2023

Maybe my installation is missing something important. The error message reads as there is some value in the vue component missing. However, the location is not further specified as it points to the end of the <script> part.

@stolpeo
Copy link
Contributor Author

stolpeo commented Mar 6, 2023

Apparently the repeat key is missing from the results in my case. In fact the whole payload.masked_breakpoints are missing.

      <template
        #item-chrom-pos="{
          chromosome,
          start,
          payload: {
            masked_breakpoints: { repeat, segdup },
          },
        }"
      >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant