Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/OpenOmics/modr
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Sep 18, 2023
2 parents 32064fe + 4c067ae commit 498dfe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/sqanti3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ RUN mkdir -p /opt2/cdna_cupcake/28.0.0/ \
&& python setup.py install

ENV PATH="${PATH}:/opt2/cdna_cupcake/28.0.0/cDNA_Cupcake-28.0.0/sequence"
ENV PYTHONPATH="${PYTHONPATH}:/opt2/cdna_cupcake/28.0.0/cDNA_Cupcake-28.0.0/sequence"
WORKDIR /opt2

# Install R packages via apt
Expand Down Expand Up @@ -293,4 +294,6 @@ WORKDIR /opt2
ADD Dockerfile /opt2/sqanti3_5-1-2.dockerfile
RUN chmod -R a+rX /opt2
ENV PATH="/opt2:$PATH"
# Hide deprecation warnings from sqanit
ENV PYTHONWARNINGS="ignore::DeprecationWarning"
WORKDIR /data2

0 comments on commit 498dfe3

Please sign in to comment.