Skip to content

Commit 05d4a66

Browse files
committed
[skip ci] address maxime feedback
1 parent 8b9ffe5 commit 05d4a66

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
5353
>
5454
> **NB:** Dependency has been **removed** if new version information isn't present.
5555
56+
### Modules / Subworkflows
57+
58+
| Script | Old name | New name |
59+
| ----------------------------- | ----------------------------- | ----------------------------- |
60+
| `local/gtf_filter` | `GTF_GENE_FILTER` | `GTF_FILTER` |
61+
| `local/tx2gene` | `SALMON_TX2GENE` | `TX2GENE` |
62+
| `local/tximport` | `SALMON_TXIMPORT` | `TXIMPORT` |
63+
| `local/quantify_salmon` | `QUANTIFY_SALMON` | `QUANTIFY_PSEUDO_ALIGNMENT` |
64+
5665
## [[3.12.0](https://github.com/nf-core/rnaseq/releases/tag/3.12.0)] - 2023-06-02
5766

5867
### Credits

assets/slackreport.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"fallback": "Plain-text summary of the attachment.",
55
"color": "<% if (success) { %>good<% } else { %>danger<%} %>",
6-
"author_name": "nf-core/rnaseq v${version} - ${runName}",
6+
"author_name": "nf-core/rnaseq ${version} - ${runName}",
77
"author_icon": "https://www.nextflow.io/docs/latest/_static/favicon.ico",
88
"text": "<% if (success) { %>Pipeline completed successfully!<% } else { %>Pipeline completed with errors<% } %>",
99
"fields": [

0 commit comments

Comments
 (0)