Skip to content

Commit

Permalink
Pin verson of Alakazam to 1.2.0 as version 1.3.0 breaks the lineage.R…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
NickEngland committed Jul 22, 2024
1 parent 1d2c2c6 commit 4c3a1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ RUN tar xvzf trim_galore.tar.gz && mv TrimGalore-0.6.10/trim_galore /usr/bin
#R dependencies
RUN R -e "install.packages('BiocManager')"
RUN R -e "BiocManager::install(c('GenomicAlignments', 'Biostrings', 'IRanges'))"
RUN R -e "install.packages(c('alakazam', 'ggplot2'), repos='http://cran.us.r-project.org')"
RUN R -e "install.packages(c('remotes', 'ggplot2'), repos='http://cran.us.r-project.org')"
RUN R -e "require(remotes);install_version('alakazam', version = '1.2.0', repos='http://cran.us.r-project.org')"


#Bowtie 2 as needs version 2.5.1 due to a bug in 2.5.0
Expand Down

0 comments on commit 4c3a1a7

Please sign in to comment.