Ivo Kwee

Results 23 issues of Ivo Kwee

Drug connectivity give "incorrect number of dimensions" if dataset has only 1 comparison. [Axel GSE166321]

bug

The Cell profiling module gives a red "N must be at least 2" error on Koen's dataset (AZstL). See screenshot below. ![image](https://github.com/bigomics/omicsplayground/assets/19613146/1656e141-9173-4114-a93d-7a4338a3ee69)

If we look at the installed R packages in the docker, they occupy about 4GB space. You can show the largest packages by using `du -h -d1 /usr/local/lib/R/site-library/ | sort...

cleanup

Currently the number of visits to the nav tabs are counted for each session. We would like to count the visits/clicks for the subtabs in each board module. This can...

enhancement

In running the OPG on DNAnexus, we got a lot of char encoding warning of special symbols like beta, gamma, delta. I just wonder how we should tackle that. Lots...

We can profile startup time for different stages at startup and memory usage during startup from the log files. This enable us to compare different versions and different deployments. Below...

high priority

**Problem**: In many table we have long descriptions that force the table to be very wide or overflow. **possbile solution**: In some table we have truncated the descriptions, a better...

lacks info

Request a slider/carousel inside a modal window like below. With perhaps image on top and multi page scrolling. This would be good for a "What's new" or multiple message at...

enhancement
UI

All YouTube help modals should show just the video without text in xl screen. See example Load Dataset below. The text can be moved (with editing) into an bootstrap alertbox....

high priority

Hi. I think in the file run_fastqc.R this `if(!dir.exists("fastqc"))` should be `if(!dir.exists(paste0(destdir,"/fastqc")))`