The problem is in ggplot2 and ggpubr: some plotting theme functions are not working. These functions are cosmetic only so not critical, yet there is no output HTML that can be placed to vdjdb web page. This is likely due to R version: cran40 is used and now it downloads R4.4 instead of R4.3 used to build images originally. Possible solution: downgrade to cran35 in Dockerfile to get a stable R3.6 version and remove ggpubr package.
The problem is in
ggplot2
andggpubr
: some plotting theme functions are not working. These functions are cosmetic only so not critical, yet there is no output HTML that can be placed to vdjdb web page. This is likely due to R version: cran40 is used and now it downloads R4.4 instead of R4.3 used to build images originally. Possible solution: downgrade to cran35 in Dockerfile to get a stable R3.6 version and removeggpubr
package.