Skip to content

Commit

Permalink
Update dependency list for volcano plots
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Oct 23, 2023
1 parent 8ffccea commit a19f2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"))'
"Rsubread", "topGO", "EnhancedVolcano"))'
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a19f2af

Please sign in to comment.