Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 6.69 KB

File metadata and controls

109 lines (73 loc) · 6.69 KB

nf-core/nascent: Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.3.0 - 2025-05-06

Added

Fixed

  • #171 - Clean up MultiQC report
  • #170 - Remove "Access to undefined parameter forwardStranded" warnings
  • #173 - Fix config selectors
  • #173 - Remove STAR transcriptome run

Changed

  • #137 - Use singularity containers for PINTS
  • #142 - Updated CHM13 references
  • #171 - Use assertAll in tests
  • #165 - groHMM overhaul. Removed R mclapply calls and replaced with Nextflow scatter gather for parameter tuning. This creates a job for each parameter set.
  • #174 - PINTS Scatter gather pattern by chromosome
  • #178 - Remove groHMM parameter tuning publishing and remove each inputs from parameter tuning module

Removed

  • [#165] - Removed support for groHMM tuning files.

v2.2.0 - 2024-03-05

Added

Changed

  • [#117] - Use fromSamplesheet

v2.1.1 - 2023-02-17

Fixed

  • [#109] - Using AWS igenomes or passing a pre-made index fails because of an update to the module expects them to have a metamap. Generation was still working.

v2.1.0 - 2023-02-15

Added

  • [#94] - Add a second BEDTools intersect step to allow filtering and overlapping in the same workflow.
  • [#101] - Initialized nf-test

Changed

  • [#103] - Updated Modules

Fixed

v2.0.0 - 2022-10-24

Added

  • DSL2 conversion
  • [#28] - Add DRAGMAP alignment
  • [#64] - Add CHM13 igenomes config
  • [#39] - Add PINTS for TSS identification
  • [#71] - Add FASTP for adapter trimming
  • [#77] - Add dedup subworkflow

Fixed

  • [#33] - groHMM works on full runs. Added the keep standard chromosomes function to standardize bam files.

Dependencies

  • Updated Nextflow version to v21.10.6

v1.0.1 - 2020-03-03

Update to the container to meet the latest template requirements, and dependencies for new features in an upcoming PR (R and Picard tools).

v1.0 - 2019-04-16

Initial release of nf-core/nascent, created with the nf-core template.