Skip to content

Commit

Permalink
Merge pull request #351 from nf-core/update-modules
Browse files Browse the repository at this point in the history
Update modules
  • Loading branch information
grst authored Aug 8, 2024
2 parents 5f11686 + 9677a15 commit 66221f6
Show file tree
Hide file tree
Showing 27 changed files with 1,156 additions and 321 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- Add support for 10XV4 chemistry ([#348](https://github.com/nf-core/scrnaseq/pull/348))
- Update modules ([#351](https://github.com/nf-core/scrnaseq/pull/351))

## v2.7.0 - 2024-06-03

Expand Down
18 changes: 9 additions & 9 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"nf-core": {
"cellranger/count": {
"branch": "master",
"git_sha": "e66183d2ab6a5c2f3fd66b2bee942287cf65536c",
"git_sha": "90dad5491658049282ceb287a3d7732c1ce39837",
"installed_by": ["modules"]
},
"cellranger/mkgtf": {
"branch": "master",
"git_sha": "e66183d2ab6a5c2f3fd66b2bee942287cf65536c",
"git_sha": "90dad5491658049282ceb287a3d7732c1ce39837",
"installed_by": ["modules"]
},
"cellranger/mkref": {
"branch": "master",
"git_sha": "e66183d2ab6a5c2f3fd66b2bee942287cf65536c",
"git_sha": "90dad5491658049282ceb287a3d7732c1ce39837",
"installed_by": ["modules"]
},
"cellranger/mkvdjref": {
Expand All @@ -27,7 +27,7 @@
},
"cellranger/multi": {
"branch": "master",
"git_sha": "5f12fc2128f419a8750c5b0620e4b54d7aa33fec",
"git_sha": "90dad5491658049282ceb287a3d7732c1ce39837",
"installed_by": ["modules"]
},
"cellrangerarc/count": {
Expand All @@ -47,7 +47,7 @@
},
"fastqc": {
"branch": "master",
"git_sha": "285a50500f9e02578d90b3ce6382ea3c30216acd",
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
"installed_by": ["modules"]
},
"gffread": {
Expand All @@ -57,7 +57,7 @@
},
"gunzip": {
"branch": "master",
"git_sha": "3a5fef109d113b4997c9822198664ca5f2716208",
"git_sha": "4e5f4687318f24ba944a13609d3ea6ebd890737d",
"installed_by": ["modules"]
},
"kallistobustools/count": {
Expand All @@ -72,12 +72,12 @@
},
"multiqc": {
"branch": "master",
"git_sha": "b7ebe95761cd389603f9cc0e0dc384c0f663815a",
"git_sha": "b80f5fd12ff7c43938f424dd76392a2704fa2396",
"installed_by": ["modules"]
},
"star/genomegenerate": {
"branch": "master",
"git_sha": "a21faa6a3481af92a343a10926f59c189a2c16c9",
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
"installed_by": ["modules"]
},
"universc": {
Expand All @@ -87,7 +87,7 @@
},
"unzip": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "b0c3ff2485534c09d9debbf20125d9c6b72ce118",
"installed_by": ["modules"]
}
}
Expand Down
11 changes: 6 additions & 5 deletions modules/nf-core/cellranger/count/templates/cellranger_count.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions modules/nf-core/cellranger/count/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/cellranger/mkgtf/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions modules/nf-core/cellranger/mkref/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 26 additions & 22 deletions modules/nf-core/cellranger/mkref/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66221f6

Please sign in to comment.