From f9b0c5a0f1d8a754d7f9e96eb552f8650416d3f5 Mon Sep 17 00:00:00 2001 From: Laurent Jourdren Date: Fri, 28 Oct 2022 10:42:46 +0200 Subject: [PATCH] DOC: Update changes.xml. --- src/changes/changes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b56da8617..3106bcbf2 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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. + + Fix issue FastQC and Java 17. + + Update Docker Manager API to allow manualy define the Docker client to use. @@ -1964,6 +1968,14 @@ of reads that reject each filter like in local mode. Add Minimap2 2.24 in addition of previous versions. + + Support of Illumina samplesheet v2 (NextSeq 1000/2000) in createdesign action. + + + + Add support for accounting groups with HTCondor. + + Now use Guava 30.1.1 dependency. @@ -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. + + Eoulsan now requires Java 11 for both runtime and building. Update pom.xml for builds with Java 11. + + + + Big refactoring, move many parts of the code outside Eoulsan in a dedicated library name Kenetre. + +