Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.67 KB

File metadata and controls

50 lines (35 loc) · 2.67 KB

nf-core/denovotranscript: Changelog

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

v1.2.1 - [2025-08-30]

  • PR #47 - Patch MultiQC module

v1.2.0 - [2025-01-30]

  • PR #25 - Bump version to 1.2.0dev
  • PR #27 - Update spades resources and usage instructions
  • PR #28 - Template update for nf-core/tools v3.1.0
  • PR #29 - Template update for nf-core/tools v3.1.1
  • PR #30 - Fix ch_transcripts and ch_pubids for AWS
  • PR #32 - Fix transrate dependencies issue
  • PR #33 - Bump version to 1.2.0
  • PR #36 - Template update for nf-core/tools v3.2.0

v1.1.0 - [2024-11-28]

Enhancements & fixes:

  • PR #14 - Template update for nf-core/tools v3.0.2
  • PR #15 - Fix logic for skip_assembly parameter
  • PR #16 - Increase resources for Trinity
  • PR #19 - Fix Salmon quantification when running in skip_assembly mode
  • PR #24 - Update Trinity module and fix dependency issue

Software dependencies

Dependency Old version New version
Trinity 2.15.1 2.15.2

v1.0.0 - [2024-08-15]

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

This pipeline was created using code from avani-bhojwani/TransFuse and timslittle/nf-core-transcriptcorral. It also incorporates modules and subworkflows developed by the nf-core community.

The main features of this pipeline are:

  • Pre-processing of paired-end RNA-seq reads with FastQC, fastp, and SortMeRNA
  • De novo transcriptome assembly with Trinity and rnaSPAdes
  • Redundancy reduction with EvidentialGene
  • Quality assessment of the assembly with BUSCO, rnaQUAST, and TransRate
  • Transcript-level quantification with Salmon
  • Reporting of the results with MultiQC