What's Changed
Added
- Added MultiQC #65
- Updated nf-core template to 3.0.2 #66
- Integrated nf-test into pipeline CI #68
- Updated the flowchart #87
- Added a large test dataset for the
test_full
profile #90 - Now
.gff.gz
and.gff3.gz
inputs are also allowed for thebenchmark
column in--input
- Now removing liftoff genes with any intron shorted than 10bp #89
- Now also removing
rRNA
andtRNA
after liftoff as the downstream logic in the pipeline can not correctly handle these - Now skipping FastQC by default #98
- Added an HTML report #44
- Added content type as text/html for the MultiQC and genepal reports
- Added sra-tools for RNASeq data download #102
Fixed
- Now using
${meta.id}_trim
as prefix forFASTQC
files - Updated citations to include DOIs
- Fixed a bug where FASTQ versions were not correctly captured
- Now using the correct out channel from
STAR_ALIGN
. This bug was introduced by a module update during the development of this version #74 - Fixed OrthoFinder results copy failure on AWS #108
Dependencies
- Nextflow!>=24.04.2
- [email protected]
Deprecated
- Resource parameters have been removed:
max_memory
,max_cpus
,max_time
- Removed a number of unnecessary parameters:
monochromeLogs
,config_profile_contact
,config_profile_url
,validationFailUnrecognisedParams
,validationLenientMode
,validationSchemaIgnoreParams
,validationShowHiddenParams
,validate_params
- Removed
extra_fastp_args
and replaced it withfastp_extra_args
- Removed and replaced
skip_fastp
andskip_fastqc
withfastp_skip
andfastqc_skip
#82
PRs
- Updated nf-core template to 3.0.2 by @GallVp in #67
- Integrated nf-test into pipeline CI by @GallVp in #71
- Updated docs to include -r flag by @GallVp in #72
- Now using the correct out channel from STAR_ALIGN by @GallVp in #78
- Removed extra_fastp_args and replaced it with fastp_extra_args by @GallVp in #81
- Removed and replaced skip_fastp and skip_fastqc by @GallVp in #83
- Updated the flowchart by @GallVp in #88
- Added a large dataset for test_full by @GallVp in #91
- Now skipping FastQC by default by @GallVp in #99
- Added an HTML report by @GallVp in #100
- Added content type as text/html for the MultiQC and genepal reports by @GallVp in #101
- Added sra-tools for RNASeq data download by @GallVp in #103
- Fixed minor issues in report modules by @GallVp in #106
- Fixed OrthoFinder results copy failure on AWS by @GallVp in #109
- Added doi and bumped version by @GallVp in #110
- Removed an unnecessary config block by @GallVp in #111
- Fixed linting issues by @GallVp in #113
- Added GeneMark license info by @GallVp in #114
- Candidate for 0.5.0 by @GallVp in #112
Full Changelog: 0.4.0...0.5.0