Skip to content

Commit

Permalink
Merge pull request #87 from bedapub/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
grexor authored Nov 28, 2024
2 parents f90e3e5 + 50525ce commit 14cd808
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,20 @@ RUN git clone https://github.com/Xinglab/rmats-turbo.git
WORKDIR rmats-turbo
RUN ./build_rmats

# environment variables
ENV PATH="$PATH:/rmats-turbo:/meme/bin:/usr/local/bin"

# Install the splicekit package
WORKDIR /usr/splicekit
COPY . /usr/splicekit

# Install the package from the current repository
RUN pip install .

# Install STAR read aligner
WORKDIR /
RUN wget https://github.com/alexdobin/STAR/archive/2.7.11b.tar.gz
RUN tar -xzf 2.7.11b.tar.gz

# environment variables
ENV PATH="$PATH:/rmats-turbo:/meme/bin:/usr/local/bin:/STAR-2.7.11b/bin/Linux_x86_64"

# Run the application
CMD ["splicekit"]

0 comments on commit 14cd808

Please sign in to comment.