Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
IMP-dev
IMP
Commits
12ba894a
Commit
12ba894a
authored
9 years ago
by
Yohan Jarosz
Browse files
Options
Downloads
Patches
Plain Diff
update version to 1.2.0
parent
f360c689
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+4
-0
4 additions, 0 deletions
CHANGELOG
docker/BUILD_TARBALL.md
+1
-1
1 addition, 1 deletion
docker/BUILD_TARBALL.md
docker/Dockerfile
+2
-2
2 additions, 2 deletions
docker/Dockerfile
docker/Dockerfile-dependencies
+1
-1
1 addition, 1 deletion
docker/Dockerfile-dependencies
with
8 additions
and
4 deletions
CHANGELOG
+
4
−
0
View file @
12ba894a
# v 1.2.0
* Upgrade Snakemake to the latest Version
* Current version of the IMP code is shipped inside the docker container
# v 1.1.1
* Change megahit version
This diff is collapsed.
Click to expand it.
docker/BUILD_TARBALL.md
+
1
−
1
View file @
12ba894a
...
...
@@ -18,7 +18,7 @@ Edit the `IMP` script and put the `IMP_VERSION` variable to the same version.
### Build dependencies
docker build -t docker-r3lab.uni.lu/imp/imp-deps:1.
1
-f Dockerfile-dependencies .
docker build -t docker-r3lab.uni.lu/imp/imp-deps:1.
2
-f Dockerfile-dependencies .
> 'docker-r3lab.uni.lu/imp/imp-deps:1.1' is the image name that we will have to give to the main Docker file.
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
2
−
2
View file @
12ba894a
# Base container with tools needed for the IMP pipeline
#
# VERSION 1.
1.1
# VERSION 1.
2.0
FROM
docker-r3lab.uni.lu/imp/imp-deps:1.
1
FROM
docker-r3lab.uni.lu/imp/imp-deps:1.
2
MAINTAINER
yohan.jarosz@uni.lu
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile-dependencies
+
1
−
1
View file @
12ba894a
# Base container with tools dependencies for the IMP pipeline
#
# VERSION 1.
1
# VERSION 1.
2
FROM ubuntu:trusty
MAINTAINER yohan.jarosz@uni.lu
...
...
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