Skip to content

Commit

Permalink
"Aozan is now 3.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Apr 25, 2024
1 parent 95e35da commit c86778d
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:7
MAINTAINER Laurent Jourdren <[email protected]>

# Install Aozan public version
ADD https://github.com/GenomiqueENS/aozan/releases/download/v3.0.2/aozan-3.0.2.tar.gz /tmp/
ADD https://github.com/GenomiqueENS/aozan/releases/download/v3.1/aozan-3.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>3.1-SNAPSHOT</version>
<version>3.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 @@ -1027,7 +1027,7 @@
</action>
</release>

<release version="3.1" description="Aozan 3.1 release" date="TBD">
<release version="3.1" description="Aozan 3.1 release" date="2024-04-25">
<action dev="jourdren" type="add">
Blast can be disabled for the "Overrepresented sequences" of the FastQC report if an "Aozan" section with a "disable.blast" is set to true in the samplesheet of the run.
</action>
Expand Down

0 comments on commit c86778d

Please sign in to comment.