Skip to content

Commit 8416342

Browse files
authored
Merge pull request #1116 from nf-core/maxime_feedback
Maxime feedback
2 parents 8b9ffe5 + 18fb672 commit 8416342

File tree

10 files changed

+41
-18
lines changed

10 files changed

+41
-18
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ 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+
| `nf-core/kallisto_index` | | `KALLISTO_INDEX` |
65+
| `nf-core/kallisto_quant` | | `KALLISTO_QUANT` |
66+
5667
## [[3.12.0](https://github.com/nf-core/rnaseq/releases/tag/3.12.0)] - 2023-06-02
5768

5869
### 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": [

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"custom/dumpsoftwareversions": {
1919
"branch": "master",
20-
"git_sha": "1b372269755a5c4a13c23bc130ebada8cb9d4cd0",
20+
"git_sha": "bba7e362e4afead70653f84d8700588ea28d0f9e",
2121
"installed_by": ["modules"]
2222
},
2323
"custom/getchromsizes": {
@@ -67,7 +67,7 @@
6767
},
6868
"kallisto/index": {
6969
"branch": "master",
70-
"git_sha": "bdbbd9a849f9dd2b6078b303d36bf26e6adb8a9e",
70+
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
7171
"installed_by": ["modules"]
7272
},
7373
"kallisto/quant": {

modules/nf-core/custom/dumpsoftwareversions/environment.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/dumpsoftwareversions/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/dumpsoftwareversions/meta.yml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test.snap

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/kallisto/index/environment.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)