Skip to content

Commit

Permalink
Update spaceranger/count module
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Apr 4, 2024
1 parent 8ae8c26 commit d4861bd
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 34 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ process {
}

withName: SPACERANGER_COUNT {
ext.args = '--create-bam false'
publishDir = [
path: { "${params.outdir}/${meta.id}/spaceranger" },
mode: params.publish_dir_mode,
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"spaceranger/count": {
"branch": "master",
"git_sha": "3bd057bfdfb64578636ff3ae7f7cb8eeab3c0cb6",
"git_sha": "2f0ef0cd414ea43e33625023c72b6af936dce63d",
"installed_by": ["modules"]
},
"untar": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/spaceranger/count/main.nf

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

4 changes: 3 additions & 1 deletion modules/nf-core/spaceranger/count/tests/main.nf.test

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

80 changes: 58 additions & 22 deletions modules/nf-core/spaceranger/count/tests/main.nf.test.snap

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

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

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

2 changes: 1 addition & 1 deletion tests/pipeline/test_downstream.nf.test.snap

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

8 changes: 4 additions & 4 deletions tests/pipeline/test_spaceranger_ffpe_v1.nf.test.snap

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.

0 comments on commit d4861bd

Please sign in to comment.