|
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.19.0dev - xxxx-xx-xx |
| 7 | + |
| 8 | +### Credits |
| 9 | + |
| 10 | +### Enhancements & fixes |
| 11 | + |
| 12 | +- [PR #1480](https://github.com/nf-core/rnaseq/pull/1480) - Bump version after release 3.18.0 |
| 13 | +- [PR #1482](https://github.com/nf-core/rnaseq/pull/1482) - Update trimgalore module for save_unpaired fix |
| 14 | +- [pR #1486](https://github.com/nf-core/rnaseq/pull/1486) - Bump STAR build for multiprocessing fix |
| 15 | + |
| 16 | +# 3.18.0 - 2024-12-19 |
| 17 | + |
| 18 | +### Credits |
| 19 | + |
| 20 | +Special thanks to the following for their contributions to the release: |
| 21 | + |
| 22 | +- [Caitlin Winkler](https://github.com/oligomyeggo) |
| 23 | +- [Jonathan Manning](https://github.com/pinin4fjords) |
| 24 | +- [Lorenzo Sola](https://github.com/LorenzoS96) |
| 25 | +- [Maxime Garcia](https://github.com/maxulysse) |
| 26 | +- [Siddhartha Bagaria](https://github.com/siddharthab) |
| 27 | + |
| 28 | +### Enhancements & fixes |
| 29 | + |
| 30 | +- [PR #1369](https://github.com/nf-core/rnaseq/pull/1369) - Add umicollapse as an alternative to umi-tools |
| 31 | +- [PR #1461](https://github.com/nf-core/rnaseq/pull/1461) - Add FASTQ linting during preprocessing |
| 32 | +- [PR #1463](https://github.com/nf-core/rnaseq/pull/1463) - Move channel operations outside of the onComplete() block |
| 33 | +- [PR #1467](https://github.com/nf-core/rnaseq/pull/1467) - Add test suite for UMI handling functionality |
| 34 | +- [PR #1466](https://github.com/nf-core/rnaseq/pull/1466) - Factor out UMI handling |
| 35 | +- [PR #1470](https://github.com/nf-core/rnaseq/pull/1470) - Update subworkflow to account for fix to bad argument handling |
| 36 | +- [PR #1469](https://github.com/nf-core/rnaseq/pull/1469) - Minor docs fix |
| 37 | +- [PR #1459](https://github.com/nf-core/rnaseq/pull/1466) - Remove reference to unused "skip_sample_count" value in email templates |
| 38 | +- [PR #1471](https://github.com/nf-core/rnaseq/pull/1471) - Fix prepare_genome subworkflow for sortmerna |
| 39 | +- [PR #1473](https://github.com/nf-core/rnaseq/pull/1473) - Bump STAR modules |
| 40 | +- [PR #1474](https://github.com/nf-core/rnaseq/pull/1474) - Bump versions to 3.18.0 |
| 41 | +- [PR #1475](https://github.com/nf-core/rnaseq/pull/1475) - Fix log publishing around umitools/ umicollapse |
| 42 | +- [PR #1447](https://github.com/nf-core/rnaseq/pull/1447) - Add tutorial series for analysing count data |
| 43 | + |
| 44 | +## Parameters |
| 45 | + |
| 46 | +| Old parameter | New parameter | |
| 47 | +| ------------- | --------------------- | |
| 48 | +| | `--skip_linting` | |
| 49 | +| | `--extra_fqlint_args` | |
| 50 | +| | `--umi_dedup_tool` | |
| 51 | + |
| 52 | +### Software dependencies |
| 53 | + |
| 54 | +| Dependency | Old version | New version | |
| 55 | +| ------------- | ----------- | ----------- | |
| 56 | +| `UMICollapse` | | 1.1.0 | |
| 57 | + |
| 58 | +> **NB:** Dependency has been **updated** if both old and new version information is present. |
| 59 | +> |
| 60 | +> **NB:** Dependency has been **added** if just the new version information is present. |
| 61 | +> |
| 62 | +> **NB:** Dependency has been **removed** if new version information isn't present. |
| 63 | +
|
| 64 | +## [[3.17.0](https://github.com/nf-core/rnaseq/releases/tag/3.17.0)] - 2024-10-23 |
| 65 | + |
| 66 | +### Credits |
| 67 | + |
| 68 | +Special thanks to the following for their contributions to the release: |
| 69 | + |
| 70 | +- [Maxime Garcia](https://github.com/maxulysse) |
| 71 | +- [Jonathan Manning](https://github.com/pinin4fjords) |
| 72 | +- [Pablo Gonzalez de Aledo](https://github.com/pabloaledo) |
| 73 | + |
| 74 | +### Enhancements & fixes |
| 75 | + |
| 76 | +- [PR #1418](https://github.com/nf-core/rnaseq/pull/1418) - Bump versions back to 3.17.0 after release |
| 77 | +- [PR #1422](https://github.com/nf-core/rnaseq/pull/1422) - Bump lots of modules so that conda versions have ARM builds |
| 78 | +- [PR #1423](https://github.com/nf-core/rnaseq/pull/1423) - Bump STAR version for version with ARM Conda build |
| 79 | +- [PR #1424](https://github.com/nf-core/rnaseq/pull/1424) - Patch sortmerna to 4.3.7 for ARM compatibility |
| 80 | +- [PR #1425](https://github.com/nf-core/rnaseq/pull/1425) - Add profile for ARM compatibility |
| 81 | +- [PR #1432](https://github.com/nf-core/rnaseq/pull/1432) - Bump versions for 3.17.0 release |
| 82 | +- [PR #1434](https://github.com/nf-core/rnaseq/pull/1434) - Default registry is quay.io for all containers |
| 83 | +- [PR #1437](https://github.com/nf-core/rnaseq/pull/1437) - Update software dependencies |
| 84 | +- [PR #1437](https://github.com/nf-core/rnaseq/pull/1437) - Remove conda from test matrix |
| 85 | +- [PR #1440](https://github.com/nf-core/rnaseq/pull/1440) - Further reduce matrix |
| 86 | +- [PR #1441](https://github.com/nf-core/rnaseq/pull/1441) - Force some containers to be converted from docker to singularity to fix nf-core download tests |
| 87 | + |
| 88 | +### Software dependencies |
| 89 | + |
| 90 | +| Dependency | Old version | New version | |
| 91 | +| ----------------------------- | ----------- | ----------- | |
| 92 | +| `bbmap` | 39.01 | 39.10 | |
| 93 | +| `coreutils` | 8.30 | 9.5 | |
| 94 | +| `fq` | 0.9.1 | 0.12.0 | |
| 95 | +| `python (catadditionalfasta)` | 3.9.5 | 3.12.2 | |
| 96 | +| `python (tx2gene)` | 3.9.5 | 3.10.4 | |
| 97 | +| `cutadapt` | 3.4 | 4.9 | |
| 98 | +| `htslib (star)` | 1.18 | 1.20 | |
| 99 | +| `htslib` | 1.20 | 1.21 | |
| 100 | +| `kallisto` | 0.48.0 | 0.51.1 | |
| 101 | +| `preseq` | 3.1.2 | 3.2.0 | |
| 102 | +| `salmon` | 1.10.1 | 1.10.3 | |
| 103 | +| `samtools (star)` | 1.18 | 1.20 | |
| 104 | +| `samtools` | 1.20 | 1.21 | |
| 105 | +| `sortmerna` | 4.3.6 | 4.3.7 | |
| 106 | +| `star` | 2.7.10a | =2.7.11b | |
| 107 | +| `stringtie` | 2.2.1 | 2.2.3 | |
| 108 | +| `subread` | 2.0.1 | 2.0.6 | |
| 109 | +| `trim-galore` | 0.6.7 | 0.6.10 | |
| 110 | +| `ucsc-bedgraphtobigwig` | 445 | 469 | |
| 111 | + |
| 112 | +> **NB:** Dependency has been **updated** if both old and new version information is present. |
| 113 | +> |
| 114 | +> **NB:** Dependency has been **added** if just the new version information is present. |
| 115 | +> |
| 116 | +> **NB:** Dependency has been **removed** if new version information isn't present. |
| 117 | +
|
6 | 118 | ## [[3.16.1](https://github.com/nf-core/rnaseq/releases/tag/3.16.1)] - 2024-10-16 |
7 | 119 |
|
8 | 120 | ### Credits |
@@ -953,14 +1065,14 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi |
953 | 1065 |
|
954 | 1066 | ### Parameters |
955 | 1067 |
|
956 | | -| Old parameter | New parameter | |
957 | | -| --------------------------- | -------------------------------------- | |
958 | | -| `--fc_extra_attributes` | `--gtf_extra_attributes` | |
959 | | -| `--fc_group_features` | `--gtf_group_features` | |
960 | | -| `--fc_count_type` | `--gtf_count_type` | |
961 | | -| `--fc_group_features_type` | `--gtf_group_features_type` | |
962 | | -| | `--singularity_pull_docker_container` | |
963 | | -| `--skip_featurecounts` | | |
| 1068 | +| Old parameter | New parameter | |
| 1069 | +| -------------------------- | ------------------------------------- | |
| 1070 | +| `--fc_extra_attributes` | `--gtf_extra_attributes` | |
| 1071 | +| `--fc_group_features` | `--gtf_group_features` | |
| 1072 | +| `--fc_count_type` | `--gtf_count_type` | |
| 1073 | +| `--fc_group_features_type` | `--gtf_group_features_type` | |
| 1074 | +| | `--singularity_pull_docker_container` | |
| 1075 | +| `--skip_featurecounts` | | |
964 | 1076 |
|
965 | 1077 | > **NB:** Parameter has been **updated** if both old and new parameter information is present. |
966 | 1078 | > **NB:** Parameter has been **added** if just the new parameter information is present. |
@@ -1038,28 +1150,28 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi |
1038 | 1150 |
|
1039 | 1151 | #### Updated |
1040 | 1152 |
|
1041 | | -| Old parameter | New parameter | |
1042 | | -| ----------------------------- | --------------------------- | |
1043 | | -| `--reads` | `--input` | |
1044 | | -| `--igenomesIgnore` | `--igenomes_ignore` | |
1045 | | -| `--removeRiboRNA` | `--remove_ribo_rna` | |
1046 | | -| `--rRNA_database_manifest` | `--ribo_database_manifest` | |
1047 | | -| `--save_nonrRNA_reads` | `--save_non_ribo_reads` | |
1048 | | -| `--saveAlignedIntermediates` | `--save_align_intermeds` | |
1049 | | -| `--saveReference` | `--save_reference` | |
1050 | | -| `--saveTrimmed` | `--save_trimmed` | |
1051 | | -| `--saveUnaligned` | `--save_unaligned` | |
1052 | | -| `--skipAlignment` | `--skip_alignment` | |
1053 | | -| `--skipBiotypeQC` | `--skip_biotype_qc` | |
1054 | | -| `--skipDupRadar` | `--skip_dupradar` | |
1055 | | -| `--skipFastQC` | `--skip_fastqc` | |
1056 | | -| `--skipMultiQC` | `--skip_multiqc` | |
1057 | | -| `--skipPreseq` | `--skip_preseq` | |
1058 | | -| `--skipQC` | `--skip_qc` | |
1059 | | -| `--skipQualimap` | `--skip_qualimap` | |
1060 | | -| `--skipRseQC` | `--skip_rseqc` | |
1061 | | -| `--skipTrimming` | `--skip_trimming` | |
1062 | | -| `--stringTieIgnoreGTF` | `--stringtie_ignore_gtf` | |
| 1153 | +| Old parameter | New parameter | |
| 1154 | +| ---------------------------- | -------------------------- | |
| 1155 | +| `--reads` | `--input` | |
| 1156 | +| `--igenomesIgnore` | `--igenomes_ignore` | |
| 1157 | +| `--removeRiboRNA` | `--remove_ribo_rna` | |
| 1158 | +| `--rRNA_database_manifest` | `--ribo_database_manifest` | |
| 1159 | +| `--save_nonrRNA_reads` | `--save_non_ribo_reads` | |
| 1160 | +| `--saveAlignedIntermediates` | `--save_align_intermeds` | |
| 1161 | +| `--saveReference` | `--save_reference` | |
| 1162 | +| `--saveTrimmed` | `--save_trimmed` | |
| 1163 | +| `--saveUnaligned` | `--save_unaligned` | |
| 1164 | +| `--skipAlignment` | `--skip_alignment` | |
| 1165 | +| `--skipBiotypeQC` | `--skip_biotype_qc` | |
| 1166 | +| `--skipDupRadar` | `--skip_dupradar` | |
| 1167 | +| `--skipFastQC` | `--skip_fastqc` | |
| 1168 | +| `--skipMultiQC` | `--skip_multiqc` | |
| 1169 | +| `--skipPreseq` | `--skip_preseq` | |
| 1170 | +| `--skipQC` | `--skip_qc` | |
| 1171 | +| `--skipQualimap` | `--skip_qualimap` | |
| 1172 | +| `--skipRseQC` | `--skip_rseqc` | |
| 1173 | +| `--skipTrimming` | `--skip_trimming` | |
| 1174 | +| `--stringTieIgnoreGTF` | `--stringtie_ignore_gtf` | |
1063 | 1175 |
|
1064 | 1176 | #### Added |
1065 | 1177 |
|
|
0 commit comments