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
Merge requests
!14
The source project of this merge request has been removed.
add STAR docker module
Closed
add STAR docker module
(removed):master
into
master
Overview
0
Commits
6
Pipelines
0
Changes
2
Closed
elabaron
requested to merge
(removed):master
into
master
6 years ago
Overview
0
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
39cc5f0d
Prev
Next
Show latest version
2 files
+
18
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
39cc5f0d
add ribotish docker
· 39cc5f0d
elabaron
authored
5 years ago
src/docker_modules/ribotish/0.2.2/Dockerfile
0 → 100644
+
16
−
0
Options
FROM
ubuntu:18.04
MAINTAINER
Emmanuel Labaronne
ENV
RIBOTISH_VERSION=0.2.2
ENV
PACKAGES python=2.7*\
python-dev\
python-pip\
gcc\
build-essential
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
${
PACKAGES
}
&&
\
apt-get clean
RUN
python
-m
pip
install
setuptools wheel
RUN
python
-m
pip
install
ribotish
==
${
RIBOTISH_VERSION
}
Loading