Skip to content

Commit

Permalink
DOC: Update changes.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Oct 28, 2022
1 parent 6e98cf5 commit f9b0c5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,10 @@ of reads that reject each filter like in local mode.
Fix issue with Minimap 2.18 that did not work with Ubuntu 16.04.
</action>

<action dev="jourdren" type="fix">
Fix issue FastQC and Java 17.
</action>

<action dev="jourdren" type="add">
Update Docker Manager API to allow manualy define the Docker client to use.
</action>
Expand All @@ -1964,6 +1968,14 @@ of reads that reject each filter like in local mode.
Add Minimap2 2.24 in addition of previous versions.
</action>

<action dev="jourdren" type="add">
Support of Illumina samplesheet v2 (NextSeq 1000/2000) in createdesign action.
</action>

<action dev="jourdren" type="add">
Add support for accounting groups with HTCondor.
</action>

<action dev="jourdren" type="update">
Now use Guava 30.1.1 dependency.
</action>
Expand Down Expand Up @@ -1992,6 +2004,14 @@ of reads that reject each filter like in local mode.
Update the name and the logo of the IBENS genomics core facility.
</action>

<action dev="jourdren" type="update">
Eoulsan now requires Java 11 for both runtime and building. Update pom.xml for builds with Java 11.
</action>

<action dev="jourdren" type="update">
Big refactoring, move many parts of the code outside Eoulsan in a dedicated library name Kenetre.
</action>

</release>

</body>
Expand Down

0 comments on commit f9b0c5a

Please sign in to comment.