|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
4 | 4 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
5 | 5 |
|
| 6 | +# 3.18.0 - 2024-12-19 |
| 7 | + |
| 8 | +### Credits |
| 9 | + |
| 10 | +Special thanks to the following for their contributions to the release: |
| 11 | + |
| 12 | +- [Caitlin Winkler](https://github.com/oligomyeggo) |
| 13 | +- [Jonathan Manning](https://github.com/pinin4fjords) |
| 14 | +- [Lorenzo Sola](https://github.com/LorenzoS96) |
| 15 | +- [Maxime Garcia](https://github.com/maxulysse) |
| 16 | +- [Siddhartha Bagaria](https://github.com/siddharthab) |
| 17 | + |
| 18 | +### Enhancements & fixes |
| 19 | + |
| 20 | +- [PR #1369](https://github.com/nf-core/rnaseq/pull/1369) - Add umicollapse as an alternative to umi-tools |
| 21 | +- [PR #1461](https://github.com/nf-core/rnaseq/pull/1461) - Add FASTQ linting during preprocessing |
| 22 | +- [PR #1463](https://github.com/nf-core/rnaseq/pull/1463) - Move channel operations outside of the onComplete() block |
| 23 | +- [PR #1467](https://github.com/nf-core/rnaseq/pull/1467) - Add test suite for UMI handling functionality |
| 24 | +- [PR #1466](https://github.com/nf-core/rnaseq/pull/1466) - Factor out UMI handling |
| 25 | +- [PR #1470](https://github.com/nf-core/rnaseq/pull/1470) - Update subworkflow to account for fix to bad argument handling |
| 26 | +- [PR #1469](https://github.com/nf-core/rnaseq/pull/1469) - Minor docs fix |
| 27 | +- [PR #1459](https://github.com/nf-core/rnaseq/pull/1466) - Remove reference to unused "skip_sample_count" value in email templates |
| 28 | +- [PR #1471](https://github.com/nf-core/rnaseq/pull/1471) - Fix prepare_genome subworkflow for sortmerna |
| 29 | +- [PR #1473](https://github.com/nf-core/rnaseq/pull/1473) - Bump STAR modules |
| 30 | +- [PR #1474](https://github.com/nf-core/rnaseq/pull/1474) - Bump versions to 3.18.0 |
| 31 | +- [PR #1475](https://github.com/nf-core/rnaseq/pull/1475) - Fix log publishing around umitools/ umicollapse |
| 32 | +- [PR #1447](https://github.com/nf-core/rnaseq/pull/1447) - Add tutorial series for analysing count data |
| 33 | + |
| 34 | +## Parameters |
| 35 | + |
| 36 | +| Old parameter | New parameter | |
| 37 | +| ------------- | --------------------- | |
| 38 | +| | `--skip_linting` | |
| 39 | +| | `--extra_fqlint_args` | |
| 40 | +| | `--umi_dedup_tool` | |
| 41 | + |
| 42 | +### Software dependencies |
| 43 | + |
| 44 | +| Dependency | Old version | New version | |
| 45 | +| ------------- | ----------- | ----------- | |
| 46 | +| `UMICollapse` | | 1.1.0 | |
| 47 | + |
| 48 | +> **NB:** Dependency has been **updated** if both old and new version information is present. |
| 49 | +> |
| 50 | +> **NB:** Dependency has been **added** if just the new version information is present. |
| 51 | +> |
| 52 | +> **NB:** Dependency has been **removed** if new version information isn't present. |
| 53 | +
|
6 | 54 | ## [[3.17.0](https://github.com/nf-core/rnaseq/releases/tag/3.17.0)] - 2024-10-23
|
7 | 55 |
|
8 | 56 | ### Credits
|
@@ -1007,14 +1055,14 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi
|
1007 | 1055 |
|
1008 | 1056 | ### Parameters
|
1009 | 1057 |
|
1010 |
| -| Old parameter | New parameter | |
1011 |
| -| --------------------------- | -------------------------------------- | |
1012 |
| -| `--fc_extra_attributes` | `--gtf_extra_attributes` | |
1013 |
| -| `--fc_group_features` | `--gtf_group_features` | |
1014 |
| -| `--fc_count_type` | `--gtf_count_type` | |
1015 |
| -| `--fc_group_features_type` | `--gtf_group_features_type` | |
1016 |
| -| | `--singularity_pull_docker_container` | |
1017 |
| -| `--skip_featurecounts` | | |
| 1058 | +| Old parameter | New parameter | |
| 1059 | +| -------------------------- | ------------------------------------- | |
| 1060 | +| `--fc_extra_attributes` | `--gtf_extra_attributes` | |
| 1061 | +| `--fc_group_features` | `--gtf_group_features` | |
| 1062 | +| `--fc_count_type` | `--gtf_count_type` | |
| 1063 | +| `--fc_group_features_type` | `--gtf_group_features_type` | |
| 1064 | +| | `--singularity_pull_docker_container` | |
| 1065 | +| `--skip_featurecounts` | | |
1018 | 1066 |
|
1019 | 1067 | > **NB:** Parameter has been **updated** if both old and new parameter information is present.
|
1020 | 1068 | > **NB:** Parameter has been **added** if just the new parameter information is present.
|
@@ -1092,28 +1140,28 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi
|
1092 | 1140 |
|
1093 | 1141 | #### Updated
|
1094 | 1142 |
|
1095 |
| -| Old parameter | New parameter | |
1096 |
| -| ----------------------------- | --------------------------- | |
1097 |
| -| `--reads` | `--input` | |
1098 |
| -| `--igenomesIgnore` | `--igenomes_ignore` | |
1099 |
| -| `--removeRiboRNA` | `--remove_ribo_rna` | |
1100 |
| -| `--rRNA_database_manifest` | `--ribo_database_manifest` | |
1101 |
| -| `--save_nonrRNA_reads` | `--save_non_ribo_reads` | |
1102 |
| -| `--saveAlignedIntermediates` | `--save_align_intermeds` | |
1103 |
| -| `--saveReference` | `--save_reference` | |
1104 |
| -| `--saveTrimmed` | `--save_trimmed` | |
1105 |
| -| `--saveUnaligned` | `--save_unaligned` | |
1106 |
| -| `--skipAlignment` | `--skip_alignment` | |
1107 |
| -| `--skipBiotypeQC` | `--skip_biotype_qc` | |
1108 |
| -| `--skipDupRadar` | `--skip_dupradar` | |
1109 |
| -| `--skipFastQC` | `--skip_fastqc` | |
1110 |
| -| `--skipMultiQC` | `--skip_multiqc` | |
1111 |
| -| `--skipPreseq` | `--skip_preseq` | |
1112 |
| -| `--skipQC` | `--skip_qc` | |
1113 |
| -| `--skipQualimap` | `--skip_qualimap` | |
1114 |
| -| `--skipRseQC` | `--skip_rseqc` | |
1115 |
| -| `--skipTrimming` | `--skip_trimming` | |
1116 |
| -| `--stringTieIgnoreGTF` | `--stringtie_ignore_gtf` | |
| 1143 | +| Old parameter | New parameter | |
| 1144 | +| ---------------------------- | -------------------------- | |
| 1145 | +| `--reads` | `--input` | |
| 1146 | +| `--igenomesIgnore` | `--igenomes_ignore` | |
| 1147 | +| `--removeRiboRNA` | `--remove_ribo_rna` | |
| 1148 | +| `--rRNA_database_manifest` | `--ribo_database_manifest` | |
| 1149 | +| `--save_nonrRNA_reads` | `--save_non_ribo_reads` | |
| 1150 | +| `--saveAlignedIntermediates` | `--save_align_intermeds` | |
| 1151 | +| `--saveReference` | `--save_reference` | |
| 1152 | +| `--saveTrimmed` | `--save_trimmed` | |
| 1153 | +| `--saveUnaligned` | `--save_unaligned` | |
| 1154 | +| `--skipAlignment` | `--skip_alignment` | |
| 1155 | +| `--skipBiotypeQC` | `--skip_biotype_qc` | |
| 1156 | +| `--skipDupRadar` | `--skip_dupradar` | |
| 1157 | +| `--skipFastQC` | `--skip_fastqc` | |
| 1158 | +| `--skipMultiQC` | `--skip_multiqc` | |
| 1159 | +| `--skipPreseq` | `--skip_preseq` | |
| 1160 | +| `--skipQC` | `--skip_qc` | |
| 1161 | +| `--skipQualimap` | `--skip_qualimap` | |
| 1162 | +| `--skipRseQC` | `--skip_rseqc` | |
| 1163 | +| `--skipTrimming` | `--skip_trimming` | |
| 1164 | +| `--stringTieIgnoreGTF` | `--stringtie_ignore_gtf` | |
1117 | 1165 |
|
1118 | 1166 | #### Added
|
1119 | 1167 |
|
|
0 commit comments