Skip to content

Commit

Permalink
Add patch for spaceranger/count
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 24, 2024
1 parent 05d90b6 commit 1d3d7bc
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 55 deletions.
1 change: 0 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ process {
}

withName: SPACERANGER_COUNT {
ext.args = '--create-bam false'
publishDir = [
path: { "${params.outdir}/${meta.id}/spaceranger" },
mode: params.publish_dir_mode,
Expand Down
3 changes: 2 additions & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"spaceranger/count": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/spaceranger/count/spaceranger-count.diff"
},
"untar": {
"branch": "master",
Expand Down
103 changes: 51 additions & 52 deletions modules/nf-core/spaceranger/count/meta.yml

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/modules.json

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

132 changes: 132 additions & 0 deletions modules/nf-core/spaceranger/count/spaceranger-count.diff

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

2 changes: 1 addition & 1 deletion 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.

0 comments on commit 1d3d7bc

Please sign in to comment.