Skip to content

Commit

Permalink
Merge pull request #23 from seqeralabs/fusion_fixes
Browse files Browse the repository at this point in the history
Bump CLI
  • Loading branch information
pinin4fjords authored May 1, 2024
2 parents ead81f8 + 0ab787e commit cc87a49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions modules/local/seqera_runs_dump/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include { getRunMetadata } from './functions'

process SEQERA_RUNS_DUMP {
tag "$meta.id"
conda 'tower-cli=0.9.0'
container 'seqeralabs/nf-aggregate:tower-cli-0.9.0--2cb0f2e9d85d026b'
conda 'tower-cli=0.9.2'
container 'seqeralabs/nf-aggregate:tower-cli-0.9.2--hdfd78af_1'

input:
val meta
Expand Down
5 changes: 3 additions & 2 deletions modules/local/seqera_runs_dump/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[
"service-info.json:md5,8e4874e8eb9e8b84e13bbb22d1e644a9",
"workflow-load.json:md5,4f02d5a24ab89aa648cd4346785c8f2c",
"workflow-metrics.json:md5,70dd1af37145c8c2d23836fe850622e7",
"workflow-metadata.json:md5,b37b4faeddf283a2c44cbe4000e4ab6e",
"workflow-metrics.json:md5,13a5b5d7447fad4a8baa053d1abf85e5",
"workflow-tasks.json:md5,577a7472816b7729012a9291d97ff150",
"workflow.json:md5,658701f8d7af1b7112534a7f58cd9aa7"
],
Expand All @@ -14,6 +15,6 @@
"nf-test": "0.8.4",
"nextflow": "23.10.1"
},
"timestamp": "2024-04-29T21:17:42.262920662"
"timestamp": "2024-05-01T10:26:02.841222889"
}
}
6 changes: 3 additions & 3 deletions workflows/nf_aggregate/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"Should run without failures": {
"content": [
[
"versions.yml:md5,1294de7c9d8f7ce29bbb3a638ac1d108",
"versions.yml:md5,43372d67fa3f029a02cc64a571d88e13"
"versions.yml:md5,43372d67fa3f029a02cc64a571d88e13",
"versions.yml:md5,f3cf523314479fcfc842e81116af8ab4"
]
],
"timestamp": "2023-12-04T15:47:00.36029546"
}
}
}

0 comments on commit cc87a49

Please sign in to comment.