Tags: NPLinker/nplinker-webapp
Tags
release: 2.0.0 (#61) * update dev notes with branching and releasing sections * change test to dev * set debug false for release * add detail about debug * debug true * remove darkmode components (#58) * feat: add the possibility to change x-axis in the gm table plot (#59) * add class_bgcs key to processed_data * add dropdown option for x-axis * match styles * display none selector when there is not data * make sure that the plot is reset to default x-axis when new file gets uploaded * fix tests * feat: make the cutoff filter for the scoring datatable clearer, and add filtering functionality to all columns (#57) * make cutoff meaning clearer * add filtering to the candidate links table * remove unused confusing Aa box * fix filtering row visualization * add docs for filters in candidate links tables * remove wrong operator * add link to all filtering operators * align placeholder and user input to the left * feat: add load demo data button for the online demo webapp (#60) * add demo data button * add test for load demo data * add docs for online demo * add unique id to loaded demo data * improve sections order * add cleanup flag, defaulted to True * add test for cleanup flag * change default cutoff to 0 * add readme suggestions * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * Update README.md Co-authored-by: Cunliang Geng <[email protected]> * use conda instead of venv * wrap subsections --------- Co-authored-by: Cunliang Geng <[email protected]> * fix linter issue * fix mypy issue * add back ignore missing imports --------- Co-authored-by: Cunliang Geng <[email protected]>
fix: efficiency and layout, pre-workshop (#49) * fix: `hover_texts` and make first loop in `update_results_datatable` more efficient * fix: avoid duplicated detailed data for the excel's second sheet * perf: increase page size, add virtualization for efficiency * perf: use dict directly instead of iterrows * perf: disable tooltips for large results data * perf: split results into display and excel vars * style: make the first table stay within the card in case of very long text in cells
Add instructions about how to use the dashboard locally (#48) * improve readme descr * add dockerfile and settings * add spinner in all critical loads * add a non-root user for the running application * add mibig bgc classes version-based control * add workflow for ghcr release