Skip to content

Commit

Permalink
Update modules and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Mar 7, 2024
1 parent 66bbb99 commit 4203d14
Show file tree
Hide file tree
Showing 10 changed files with 196 additions and 10 deletions.
File renamed without changes.
7 changes: 1 addition & 6 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nf-core": {
"cellranger/count": {
"branch": "master",
"git_sha": "575e1bc54b083fb15e7dd8b5fcc40bea60e8ce83",
"git_sha": "a2dfd9a0b2e192243695711c723d652959de39fc",
"installed_by": ["modules"]
},
"cellranger/mkgtf": {
Expand Down Expand Up @@ -35,11 +35,6 @@
"git_sha": "4196b1b2e7ce265892f3979eabf7a9ddc030702f",
"installed_by": ["modules"]
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "8ec825f465b9c17f9d83000022995b4f7de6fe93",
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
"git_sha": "f4ae1d942bd50c5c0b9bd2de1393ce38315ba57c",
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/cellranger/count/main.nf

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

3 changes: 2 additions & 1 deletion modules/nf-core/cellranger/count/meta.yml

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

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

101 changes: 101 additions & 0 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.

63 changes: 63 additions & 0 deletions modules/nf-core/cellranger/count/tests/main.nf.test.snap

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

24 changes: 24 additions & 0 deletions modules/nf-core/cellranger/count/tests/nextflow.config

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

2 changes: 2 additions & 0 deletions modules/nf-core/cellranger/count/tests/tags.yml

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

2 changes: 1 addition & 1 deletion workflows/scrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflow SCRNASEQ {

main:

protocol_config = WorkflowScrnaseq.getProtocol(workflow, log, params.aligner, params.protocol)
protocol_config = Utils.getProtocol(workflow, log, params.aligner, params.protocol)
if (protocol_config['protocol'] == 'auto' && params.aligner != "cellranger") {
error "Only cellranger supports `protocol = 'auto'`. Please specify the protocol manually!"
}
Expand Down

0 comments on commit 4203d14

Please sign in to comment.