Skip to content

Commit 21e6af8

Browse files
authored
Merge pull request #435 from nf-core/dev
1.1.4 Patch release
2 parents df4e001 + 9fd1446 commit 21e6af8

25 files changed

+534
-35
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"python.linting.flake8Path": "/opt/conda/bin/flake8",
1919
"python.linting.pycodestylePath": "/opt/conda/bin/pycodestyle",
2020
"python.linting.pydocstylePath": "/opt/conda/bin/pydocstyle",
21-
"python.linting.pylintPath": "/opt/conda/bin/pylint"
21+
"python.linting.pylintPath": "/opt/conda/bin/pylint",
2222
},
2323

2424
// Add the IDs of extensions you want installed when the container is created.
25-
"extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"]
26-
}
27-
}
25+
"extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"],
26+
},
27+
},
2828
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## v1.1.4 - Augmented Akita Patch [2024-01-24]
7+
8+
### `Added`
9+
10+
### `Fixed`
11+
12+
- [#431](https://github.com/nf-core/modules/pull/4781#event-11555493525) Updated kaiju2table module to report taxon names (fix by @Joon-Klaps)
13+
- [#430](https://github.com/nf-core/taxprofiler/pull/430) Fix the fastq output in the module LONGREAD_HOSTREMOVAL. (fix by @LilyAnderssonLee)
14+
15+
### `Dependencies`
16+
17+
| Tool | Previous version | New version |
18+
| ----- | ---------------- | ----------- |
19+
| kaiju | 1.8.2 | 1.10.0 |
20+
21+
### `Deprecated`
22+
623
## v1.1.3 - Augmented Akita Patch [2024-01-12]
724

825
### `Added`

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/taxprofiler/releases/tag/1.1.3" target="_blank">nf-core/taxprofiler</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/taxprofiler/releases/tag/1.1.4" target="_blank">nf-core/taxprofiler</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/taxprofiler/1.1.3/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/taxprofiler/1.1.4/docs/output" target="_blank">documentation</a>.
55
66
report_section_order:
77
"nf-core-taxprofiler-methods-description":

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ process {
380380
[
381381
path: { "${params.outdir}/samtools/fastq" },
382382
mode: params.publish_dir_mode,
383-
pattern: '*.fastq.gz',
383+
pattern: '*_other.fastq.gz',
384384
enabled: params.save_hostremoval_unmapped
385385
],
386386
[

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@
103103
},
104104
"kaiju/kaiju": {
105105
"branch": "master",
106-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
106+
"git_sha": "3db50674956b1fb3741a44eb917458d788a50197",
107107
"installed_by": ["modules"]
108108
},
109109
"kaiju/kaiju2krona": {
110110
"branch": "master",
111-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
111+
"git_sha": "3db50674956b1fb3741a44eb917458d788a50197",
112112
"installed_by": ["modules"]
113113
},
114114
"kaiju/kaiju2table": {
115115
"branch": "master",
116-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
116+
"git_sha": "3db50674956b1fb3741a44eb917458d788a50197",
117117
"installed_by": ["modules"]
118118
},
119119
"kmcp/profile": {

modules/nf-core/kaiju/kaiju/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/kaiju/kaiju/main.nf

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

modules/nf-core/kaiju/kaiju/meta.yml

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

modules/nf-core/kaiju/kaiju/tests/main.nf.test

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

modules/nf-core/kaiju/kaiju/tests/main.nf.test.snap

Lines changed: 8 additions & 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)