Skip to content
Snippets Groups Projects
Commit 12ba894a authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

update version to 1.2.0

parent f360c689
No related branches found
No related tags found
No related merge requests found
# 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
......@@ -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.
......
# 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
......
# Base container with tools dependencies for the IMP pipeline
#
# VERSION 1.1
# VERSION 1.2
FROM ubuntu:trusty
MAINTAINER yohan.jarosz@uni.lu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment