Skip to content

Commit

Permalink
DESeq2 included
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Apr 22, 2024
1 parent bd53d18 commit 782bf68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions training/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ RUN sudo mv nextflow /usr/local/bin/nextflow
#Install nf-test
RUN curl -fsSL https://code.askimed.com/install/nf-test | bash
RUN sudo mv nf-test /usr/local/bin/nf-test

RUN sudo Rscript -e "install.packages(c('BiocManager'))"

RUN sudo Rscript -e "BiocManager::install('DESeq2')"

0 comments on commit 782bf68

Please sign in to comment.