Skip to content

Commit

Permalink
Add Dockerfile (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridderl committed Jun 16, 2019
1 parent 1557573 commit b0c8e72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM nlesc/magma

MAINTAINER Lars Ridder <[email protected]>

RUN conda install -c conda-forge chemspipy
ADD annotate_docs.py /motif_annotation/annotate_docs.py
ADD ms2lda_feature_extraction.py /ms2ldaviz/lda/code/ms2lda_feature_extraction.py

WORKDIR /
ENTRYPOINT ["/motif_annotation/annotate_docs.py"]

0 comments on commit b0c8e72

Please sign in to comment.