Skip to content

Commit

Permalink
Aozan is now 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Nov 8, 2023
1 parent 9d1db7f commit e3af0e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.1/aozan-2.2.1.tar.gz /tmp/
ADD https://github.com/GenomicParisCentre/aozan/releases/download/v2.2.2/aozan-2.2.2.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.2.1</version>
<version>2.2.2</version>
<packaging>jar</packaging>

<name>Aozan</name>
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,12 @@
The genome alias file was not updated when an unknown genome name was added.
</action>
</release>

<release version="2.2.2" description="Aozan 2.2.2 release" date="2023-11-08">
<action dev="jourdren" type="fix">
In demux_run.py, fix typo when parsing additional arguments for bcl2fastq.
</action>
</release>

</body>
</document>

0 comments on commit e3af0e2

Please sign in to comment.