We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51864aa commit 4bf589cCopy full SHA for 4bf589c
Dockerfile
@@ -15,7 +15,7 @@ RUN conda install -y -c r r-ape=3.2.0 r-plyr=1.8 \
15
RUN conda install -y -c bioconda bioconductor-phyloseq \
16
blast mafft exonerate raxml kraken-all mothur \
17
biopython=1.68 seaborn fasttree vsearch trimmomatic \
18
- fastx_toolkit=0.0.14 flash hmmer fastqc
+ fastx_toolkit=0.0.14 flash hmmer fastqc trimal
19
RUN Rscript -e "install.packages('maps', repos='http://cran.us.r-project.org')" && \
20
Rscript -e "install.packages('mvtnorm', repos='http://cran.us.r-project.org')" && \
21
Rscript -e "install.packages('expm', repos='http://cran.us.r-project.org')" && \
0 commit comments