Skip to content

Commit

Permalink
Merge pull request #413 from nf-core/dev
Browse files Browse the repository at this point in the history
Update release date
  • Loading branch information
jasmezz committed Sep 5, 2024
2 parents 571d7eb + 240bec4 commit 66e7a33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.0.0 - [2024-08]
## v2.0.0 - [2024-09-05]

### `Breaking change`

Expand Down
2 changes: 1 addition & 1 deletion tests/test_preannotated.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ nextflow_pipeline {
{ assert path("$outputDir/arg/fargene/sample_3/fargene_analysis.log").text.contains("fARGene is done.") },

// hAMRonization
{ assert snapshot(path("$outputDir/reports/hamronization_summarize/hamronization_combined_report.tsv")).match("hamronization") },
{ assert snapshot(path("$outputDir/reports/hamronization_summarize/hamronization_combined_report.tsv").readLines().size()).match("hamronization") },

// argNorm
{ assert snapshot(
Expand Down
8 changes: 4 additions & 4 deletions tests/test_preannotated.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@
},
"hamronization": {
"content": [
"hamronization_combined_report.tsv:md5,69a16cdf66a817c2ed1a725ecce02d5b"
246
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.4"
"nf-test": "0.9.0",
"nextflow": "24.04.3"
},
"timestamp": "2024-08-13T14:22:38.851885764"
"timestamp": "2024-09-05T10:17:06.711064611"
},
"abricate": {
"content": [
Expand Down

0 comments on commit 66e7a33

Please sign in to comment.