Skip to content

Commit

Permalink
Decompress transcript IDs in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmarzouk committed Nov 22, 2023
1 parent 354d2b7 commit 342a508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ COPY src ./src
RUN mamba run --no-capture-output -n soprano pip install -e . && \
mamba run --no-capture-output -n soprano pip cache purge

# Decompress transcript ID
RUN if [[ ! -f "./src/SOPRANO/data/ensemble_transcriptID.fasta" ]] ; then gunzip -v ./src/SOPRANO/data/ensemble_transcriptID.fasta.gz ; fi

# Clean up additional stuff ...
RUN rm -rf ./src/SOPRANO/immunopeptidomes/mouse && \
find ./src/SOPRANO/scripts -name "*.R" -delete && \
Expand Down

0 comments on commit 342a508

Please sign in to comment.