Skip to content

Commit 93f69b4

Browse files
Update to latest modules
1 parent c0cd339 commit 93f69b4

File tree

7 files changed

+47
-45
lines changed

7 files changed

+47
-45
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Credits
99

10+
- [Chris Hakkaart](https://github.com/christopher-hakkaart)
11+
1012
### Changed
1113

14+
[#22](https://github.com/nf-core/demo/pull/23) - Update to latest seqtk and fastqc modules
15+
[#21](https://github.com/nf-core/demo/pull/21) - Template update for nf-core/tools v3.1.0
16+
1217
### Fixed
1318

14-
### Dependencies
19+
[#21](https://github.com/nf-core/demo/pull/21) - Lower test resources
1520

1621
## [1.0.1](https://github.com/nf-core/demo/releases/tag/1.0.1) 2024-10-18
1722

modules.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"nf-core": {
88
"fastqc": {
99
"branch": "master",
10-
"git_sha": "dc94b6ee04a05ddb9f7ae050712ff30a13149164",
10+
"git_sha": "08108058ea36a63f141c25c4e75f9f872a5b2296",
1111
"installed_by": ["modules"]
1212
},
1313
"multiqc": {
@@ -17,7 +17,7 @@
1717
},
1818
"seqtk/trim": {
1919
"branch": "master",
20-
"git_sha": "71c669747731cbc360dc220069c9f83015558c07",
20+
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
2121
"installed_by": ["modules"]
2222
}
2323
}

modules/nf-core/fastqc/main.nf

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fastqc/tests/tags.yml

-2
This file was deleted.

modules/nf-core/seqtk/trim/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/seqtk/trim/meta.yml

+26-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/seqtk/trim/tests/main.nf.test

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)