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

Fix product representation in GWAS view for orthogroups. #102

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

njohner
Copy link
Contributor

@njohner njohner commented Jul 2, 2024

We also improve formatting of lists to html (such as for products, genes, functions, etc.). See screenshots below for both fixes:

before fix, products are screwed up and - appear in the middle of the lists
fix_gwas_repr_before

after fix, everything is neat
fix_gwas_repr

Checklist

  • Changelog entry
  • Check that tests still pass
  • Add tests for new features and regression tests for bugfixes whenever possible.

We rename the product column to products, as product is also an
attribute on DataFrames, which led to display issues in the results
table.
We should show a "-" only when there is nothing in the list, not
when any single element of the list is NaN.
@njohner njohner merged commit 66cad6c into master Jul 2, 2024
@njohner njohner deleted the nj/fix_products branch July 2, 2024 12:49
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