Skip to content

Commit

Permalink
Adding cDNA_Cupcate to PYTHONPATH and suppressing sqanti depreciate w…
Browse files Browse the repository at this point in the history
…arning
  • Loading branch information
skchronicles committed Sep 18, 2023
1 parent 5eb3ede commit 4c067ae
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 4c067ae

Please sign in to comment.