Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.73 KB

nf-core/denovotranscript: Changelog

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

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