Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
nextflow
Commits
92d2d77e
Verified
Commit
92d2d77e
authored
6 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
MUSIC: add docker files
parent
c6736fb1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/docker_modules/MUSIC/6613c53/Dockerfile
+23
-0
23 additions, 0 deletions
src/docker_modules/MUSIC/6613c53/Dockerfile
src/docker_modules/MUSIC/6613c53/docker_init.sh
+2
-0
2 additions, 0 deletions
src/docker_modules/MUSIC/6613c53/docker_init.sh
with
25 additions
and
0 deletions
src/docker_modules/MUSIC/6613c53/Dockerfile
0 → 100644
+
23
−
0
View file @
92d2d77e
FROM
ubuntu:18.04
MAINTAINER
Laurent Modolo
ENV
PACKAGES git=1:2.17* \
build-essential=12.4* \
ca-certificates=20180409 \
zlib1g-dev=1:1.2.11*
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
${
PACKAGES
}
&&
\
apt-get clean
RUN
git clone https://github.com/gersteinlab/MUSIC.git
&&
\
cd
MUSIC
&&
\
git checkout
${
MUSIC_VERSION
}
&&
\
make clean
&&
\
make
&&
\
cd
..
&&
\
mv
MUSIC/bin/MUSIC /usr/bin/
&&
\
mv
MUSIC/bin/generate_multimappability_signal.csh /usr/bin/
&&
\
mv
MUSIC/bin/run_MUSIC.csh /usr/bin/
&&
\
rm
-Rf
MUSIC
This diff is collapsed.
Click to expand it.
src/docker_modules/MUSIC/6613c53/docker_init.sh
0 → 100755
+
2
−
0
View file @
92d2d77e
#!/bin/sh
docker build src/docker_modules/MUSIC/6613c53
-t
'music:6613c53'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment