Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ template:
name: nanostring
org: nf-core
outdir: .
version: 1.3.3
version: 1.3.4dev
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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).

## v1.3.4

### `Fixed`

### `Changed`

### `Dependencies`

## v1.3.3 - 2026-01-30 - Micrometer patch 3

### `Fixed`
Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/nanostring/releases/tag/1.3.3" target="_blank">nf-core/nanostring</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/nanostring/1.3.3/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/nanostring/tree/dev" target="_blank">nf-core/nanostring</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/nanostring/dev/docs/output" target="_blank">documentation</a>.
report_section_order:
BD:
order: 970
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=25.10.2'
version = '1.3.3'
version = '1.3.4dev'
doi = ''
}

Expand Down
4 changes: 2 additions & 2 deletions tests/default.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"r-optparse": "1.7.5"
},
"Workflow": {
"nf-core/nanostring": "v1.3.3"
"nf-core/nanostring": "v1.3.4dev"
}
},
[
Expand Down Expand Up @@ -130,6 +130,6 @@
"nf-test": "0.9.3",
"nextflow": "25.10.3"
},
"timestamp": "2026-01-30T14:47:50.137973752"
"timestamp": "2026-01-30T16:44:33.571596122"
}
}
4 changes: 2 additions & 2 deletions tests/test.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"r-optparse": "1.7.5"
},
"Workflow": {
"nf-core/nanostring": "v1.3.3"
"nf-core/nanostring": "v1.3.4dev"
}
},
[
Expand Down Expand Up @@ -131,6 +131,6 @@
"nf-test": "0.9.3",
"nextflow": "25.10.3"
},
"timestamp": "2026-01-30T14:49:00.042189829"
"timestamp": "2026-01-30T16:45:43.454536371"
}
}
4 changes: 2 additions & 2 deletions tests/test_samples.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"r-optparse": "1.7.5"
},
"Workflow": {
"nf-core/nanostring": "v1.3.3"
"nf-core/nanostring": "v1.3.4dev"
}
},
[
Expand Down Expand Up @@ -131,6 +131,6 @@
"nf-test": "0.9.3",
"nextflow": "25.10.3"
},
"timestamp": "2026-01-30T14:50:09.323462323"
"timestamp": "2026-01-30T16:46:54.190977583"
}
}
4 changes: 2 additions & 2 deletions tests/test_scores.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"r-optparse": "1.7.5"
},
"Workflow": {
"nf-core/nanostring": "v1.3.3"
"nf-core/nanostring": "v1.3.4dev"
}
},
[
Expand Down Expand Up @@ -154,6 +154,6 @@
"nf-test": "0.9.3",
"nextflow": "25.10.3"
},
"timestamp": "2026-01-30T14:51:51.372614059"
"timestamp": "2026-01-30T16:48:17.382771343"
}
}
Loading