Skip to content
Snippets Groups Projects
Commit 8624746f authored by Larissa Glass's avatar Larissa Glass
Browse files

Add Dockerfile

parent aa1f69ac
No related branches found
No related tags found
1 merge request!11Add Dockerfile
FROM python:3-slim
WORKDIR /usr/src/app
COPY README.md requirements.txt pyproject.toml ./
ADD tsg ./tsg
ADD data ./data
RUN pip install .
CMD [ "transcript-generator", "--transcripts", "data/transcripts_short.csv", "--annotation", "data/Homo_sapiens.GRCh38.103.chr.gtf", "--prob_inclusion", "0.05" ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment