We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539571c commit 41e3359Copy full SHA for 41e3359
docker/Dockerfile.update
@@ -58,6 +58,7 @@ RUN R -e "devtools::install_github('seandavi/GEOquery')" # Need newer GEOquery v
58
RUN R -e "remotes::install_github('lifs-tools/rgoslin')"
59
RUN R -e "remotes::install_github('ncats/RAMP-DB')"
60
RUN R -e "install.packages('plotly')" # Force latest plotly, test!
61
+RUN R -e "remotes::install_github('bigomics/plaid')"
62
63
#------------------------------------------------------------
64
# Add supporting R libraries
0 commit comments