The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- PR #47 - Patch MultiQC module
- 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
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
| Dependency | Old version | New version |
|---|---|---|
Trinity |
2.15.1 | 2.15.2 |
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