Skip to content

Commit 7e782cc

Browse files
authored
Update Dockerfile
1 parent df2971c commit 7e782cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
################################################################################
2+
##################### Add Container Labels #####################################
3+
LABEL "Regtools_License"="MIT"
4+
LABEL "Description"="Software package which integrate DNA-seq and RNA-seq data\
5+
to help interpret mutations in a regulatory and splicing\
6+
context."
7+
18
################################################################################
29
##################### Set Inital Image to work from ############################
310

@@ -44,13 +51,6 @@ RUN make install
4451
# install R packages
4552
RUN R --vanilla -e 'install.packages(c("data.table", "plyr", "tidyverse"), repos = "http://cran.us.r-project.org")'
4653

47-
################################################################################
48-
##################### Add Container Labels #####################################
49-
LABEL "Regtools_License"="MIT"
50-
LABEL "Description"="Software package which integrate DNA-seq and RNA-seq data\
51-
to help interpret mutations in a regulatory and splicing\
52-
context."
53-
5454
################################################################################
5555
##################### Install Regtools #########################################
5656

0 commit comments

Comments
 (0)