Skip to content

Commit

Permalink
"Aozan is now 2.2.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Dec 21, 2017
1 parent 0d6586c commit 4047575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM centos:6
MAINTAINER Laurent Jourdren <[email protected]>

# Install Aozan public version
ADD https://github.com/GenomicParisCentre/aozan/releases/download/v2.2/aozan-2.2.tar.gz /tmp/
ADD https://github.com/GenomicParisCentre/aozan/releases/download/v2.2.1/aozan-2.2.1.tar.gz /tmp/

RUN cd /usr/local && \
tar xzf /tmp/aozan-*.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.ens.biologie.genomique</groupId>
<artifactId>aozan</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.2.1</version>
<packaging>jar</packaging>

<name>Aozan</name>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
</action>
</release>

<release version="2.2.1" description="Aozan 2.2.1 release" date="TBD">
<release version="2.2.1" description="Aozan 2.2.1 release" date="2017-12-21">
<action dev="jourdren" type="fix">
The entry for FastQ Screen report path for read 2 in paired-end mode was not exists.
</action>
Expand Down

0 comments on commit 4047575

Please sign in to comment.