Skip to content

Releases: epi2me-labs/wf-metagenomics

v2.4.3

18 Aug 16:01

Choose a tag to compare

Changed

  • Remove abricate version if AMR does not run.

Fixed

  • Changelog format.

Added

  • Alpha diversity indices: Berger-Parker dominance index, Fisher’s alpha.

v2.4.2

10 Aug 15:03

Choose a tag to compare

Changed

-Bumped minimum required Nextflow version to 23.04.2.

v2.4.1

26 Jul 15:59

Choose a tag to compare

Fixed

  • Kraken2 pipeline: all the samples are shown in the report.

Changed

  • Any sample aliases that contain spaces will be replaced with underscores.

v2.4.0

21 Jul 18:32

Choose a tag to compare

Added

  • Antimicrobial resistance gene identification using Abricate.

v2.3.0

20 Jul 13:41

Choose a tag to compare

Added

  • A new option kraken2_memory_mapping to avoid kraken2 loading the database into process-local RAM.
  • --keep_bam parameter to write BAM files into the output directory (minimap pipeline).
  • Lineages sunburst plot added to the report.
  • SILVA.138 database available for both kraken2 and minimap2 pipelines.

Changed

  • bracken_level parameter has been replaced by taxonomic_rank to choose the taxonomic rank at which to perform the analysis. It works in both pipelines.
  • Updated example command displayed when running --help.
  • Updated GitHub issue templates to force capture of more information.
  • Bumped minimum required Nextflow version to 22.10.8.
  • Enum choices are enumerated in the --help output.
  • Enum choices are enumerated as part of the error message when a user has selected an invalid choice.

Fixed

  • Replaced --threads option in fastqingress with hardcoded values to remove warning about undefined param.threads.
  • Extract reads using --minimap2filter and --minimap2exclude filters. The extracted reads are in the output/filtered folder.

v2.2.1

16 May 22:30

Choose a tag to compare

Added

  • A new option min_read_qual to filter by quality score.
  • Configuration for running demo data in AWS
  • AWS configuration for external kraken2_server for demonstration at LC23

Fixed

  • Fix minimum and maximum length read filter.

Removed

  • Default region and AWS CLI path for AWS batch profile

v2.2.0

03 May 16:22

Choose a tag to compare

Changed

  • Updated existing databases.
  • Docker will use an ARM platform image on appropriate devices.

Added

  • A new PFP-8 database option.
  • New test_data with Bacteria, Archaea and Fungi.

Fixed

  • Fix file names when exporting tables.

v2.1.1

13 Apr 13:28

Choose a tag to compare

Fixed

  • Include 'kingdom' for Eukarya.
  • Add ability to use an external kraken2 server.

v2.1.0

06 Apr 09:54

Choose a tag to compare

Updated

  • New fastqingress.
  • New report with ezcharts.

Added

  • Stacked barplot for most abundant taxa.
  • Show rank information in abundance tables.
  • Export function from tables.

Fixed

  • Fix crash in the report with one sequence in the fastq.
  • Use kraken2 with parallelization in single client.

v2.0.10

10 Mar 11:21

Choose a tag to compare

Fixed

  • Remove symbolic links from store_dir.