Skip to content

Commit

Permalink
restore slash, replace fastp with trimmomatic and flash, add autoremo…
Browse files Browse the repository at this point in the history
…ve step
  • Loading branch information
Snicker7 committed Mar 18, 2024
1 parent f2434f7 commit f598198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ MAINTAINER Kendell Clement
RUN apt-get update && apt-get install gcc g++ bowtie2 samtools libsys-hostname-long-perl \
-y --no-install-recommends \
&& apt-get clean \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /usr/share/man/* \
&& rm -rf /usr/share/doc/* \
&& conda install -c defaults -c conda-forge -c bioconda -y -n base --debug fastp numpy cython jinja2 tbb=2020.2 pyparsing=2.3.1 scipy matplotlib-base pandas plotly\
&& conda install -c defaults -c conda-forge -c bioconda -y -n base --debug trimmomatic flash numpy cython jinja2 tbb=2020.2 pyparsing=2.3.1 scipy matplotlib-base pandas plotly\
&& conda clean --all --yes

#install ms fonts
Expand All @@ -32,7 +33,7 @@ RUN echo "deb http://httpredir.debian.org/debian buster main contrib" > /etc/apt
# install crispresso
COPY . /CRISPResso2
WORKDIR /CRISPResso2
RUN python setup.py install
RUN python setup.py install \
&& CRISPResso -h \
&& CRISPRessoBatch -h \
&& CRISPRessoPooled -h \
Expand Down

0 comments on commit f598198

Please sign in to comment.