From a19f2af9e20fc3d31ec3dcbd1214bc08d3565b89 Mon Sep 17 00:00:00 2001 From: Adam Dinan Date: Mon, 23 Oct 2023 14:22:19 +0100 Subject: [PATCH] Update dependency list for volcano plots --- Dockerfile | 2 +- environment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c9cd59..4dcbe05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ RUN R -e 'install.packages(c( \ "plyr", "rsqlite", "umap", "xtable", "BiocManager"))' RUN R -e 'BiocManager::install(c("edgeR", "DESeq2", "GO.db", \ - "Rsubread", "topGO"))' \ No newline at end of file + "Rsubread", "topGO", "EnhancedVolcano"))' \ No newline at end of file diff --git a/environment.yml b/environment.yml index 30c58e7..b6e2cf0 100644 --- a/environment.yml +++ b/environment.yml @@ -37,3 +37,4 @@ dependencies: - bioconda::bioconductor-topgo>=2.00 - bioconda::bioconductor-go.db>=3.00 - bioconda::bioconductor-rsubread>=2.00 + - bioconda::bioconductor-enhancedvolcano>=1.00