Skip to content

Commit

Permalink
Merge pull request #165 from nf-core/update_modules
Browse files Browse the repository at this point in the history
update wfmash, multiqc
  • Loading branch information
subwaystation committed Feb 8, 2024
2 parents 1d2915b + 6914080 commit c8cad90
Show file tree
Hide file tree
Showing 11 changed files with 135 additions and 22 deletions.
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"multiqc": {
"branch": "master",
"git_sha": "8ec825f465b9c17f9d83000022995b4f7de6fe93",
"git_sha": "9e71d8519dfbfc328c078bba14d4bd4c99e39a94",
"installed_by": ["modules"]
},
"odgi/build": {
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"wfmash": {
"branch": "master",
"git_sha": "96fadda088c6e79777ba8eef939e36bb03a69c65",
"git_sha": "0c49f318ec4701b891a87f25fb07b34713c90203",
"installed_by": ["modules"]
}
}
Expand Down
6 changes: 3 additions & 3 deletions modules/local/split_approx_mappings_in_chunks/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process SPLIT_APPROX_MAPPINGS_IN_CHUNKS {
tag "$meta.id"
label 'process_single'

conda "bioconda::pggb=0.5.4"
conda "bioconda::wfmash=0.12.6"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pggb:0.5.4--hdfd78af_0':
'biocontainers/pggb:0.5.4--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/wfmash:0.12.6--h11f254b_1':
'biocontainers/wfmash:0.12.6--h11f254b_1' }"

input:
tuple val(meta), path(paf)
Expand Down
13 changes: 7 additions & 6 deletions modules/nf-core/multiqc/tests/main.nf.test

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

28 changes: 24 additions & 4 deletions modules/nf-core/multiqc/tests/main.nf.test.snap

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

7 changes: 7 additions & 0 deletions modules/nf-core/wfmash/environment.yml

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

6 changes: 3 additions & 3 deletions modules/nf-core/wfmash/main.nf

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

7 changes: 3 additions & 4 deletions modules/nf-core/wfmash/meta.yml

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

39 changes: 39 additions & 0 deletions modules/nf-core/wfmash/tests/main.nf.test

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

33 changes: 33 additions & 0 deletions modules/nf-core/wfmash/tests/main.nf.test.snap

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

12 changes: 12 additions & 0 deletions modules/nf-core/wfmash/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/wfmash/tests/tags.yml

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

0 comments on commit c8cad90

Please sign in to comment.