Skip to content

Commit

Permalink
Merge pull request #284 from atrigila/update_nf-test-0.9.2
Browse files Browse the repository at this point in the history
Update to nf-test 0.9.2
  • Loading branch information
atrigila authored Nov 4, 2024
2 parents 6de9710 + 4da452b commit dc17d88
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
NFT_DIFF: "pdiff"
NFT_DIFF_ARGS: "--line-numbers --expand-tabs=2"
NFT_VER: "0.9.0"
NFT_VER: "0.9.2"
NFT_WORKDIR: "~"
NXF_ANSI_LOG: false
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#275](https://github.com/nf-core/demultiplex/pull/275) Update samshee module from nf-core.
- [#276](https://github.com/nf-core/demultiplex/pull/276) Template update for nf-core/tools v3.0.2
- [#284](https://github.com/nf-core/demultiplex/pull/284) nf-core modules and subworkflows update. nf-test version update.

### `Fixed`

Expand Down
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"samshee": {
"branch": "master",
"git_sha": "3c464e75051db485c1b37ab9f1ea2182fb3d3533",
"git_sha": "467c202a876d26af544fa8c4b22a050a535462a7",
"installed_by": ["modules"]
},
"seqtk/sample": {
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"utils_nextflow_pipeline": {
"branch": "master",
"git_sha": "3aa0aec1d52d492fe241919f0c6100ebf0074082",
"git_sha": "56372688d8979092cafbe0c5c3895b491166ca1c",
"installed_by": ["subworkflows"]
},
"utils_nfcore_pipeline": {
Expand All @@ -111,7 +111,7 @@
},
"utils_nfschema_plugin": {
"branch": "master",
"git_sha": "bbd5a41f4535a8defafe6080e00ea74c45f4f96c",
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
"installed_by": ["subworkflows"]
}
}
Expand Down
18 changes: 9 additions & 9 deletions modules/nf-core/samshee/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.

4 changes: 2 additions & 2 deletions subworkflows/nf-core/utils_nfschema_plugin/tests/main.nf.test

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

6 changes: 3 additions & 3 deletions tests/bases2fastq.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@
]
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.10.0"
},
"timestamp": "2024-10-30T15:25:52.803280321"
"timestamp": "2024-11-04T18:21:06.004398729"
},
"rnaseq_samplesheet": {
"content": [
Expand Down

0 comments on commit dc17d88

Please sign in to comment.