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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-c
- [#174](https://github.com/nf-core/seqinspector/pull/174) More strict syntax
- [#174](https://github.com/nf-core/seqinspector/pull/174) No params included in workflows
- [#175](https://github.com/nf-core/seqinspector/pull/175) Update all modules and migrate the whole pipeline to using topic versions
- [#176](https://github.com/nf-core/seqinspector/pull/176) No modules binaries

### `Dependencies`

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion modules/local/rundirparser/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ nextflow_process {
name "Test Process RUNDIRPARSER"
script "../main.nf"
process "RUNDIRPARSER"
config "./nextflow.config"

test("NovaSeq6000") {

Expand Down
8 changes: 4 additions & 4 deletions modules/local/rundirparser/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
]
}
],
"timestamp": "2025-12-12T13:30:03.998435274",
"meta": {
"nf-test": "0.9.3",
"nextflow": "25.10.2"
},
"timestamp": "2025-12-12T13:30:03.998435274"
}
},
"NovaSeq6000 - stub": {
"content": [
Expand All @@ -45,10 +45,10 @@
]
}
],
"timestamp": "2025-12-12T13:30:11.388290534",
"meta": {
"nf-test": "0.9.3",
"nextflow": "25.10.2"
},
"timestamp": "2025-12-12T13:30:11.388290534"
}
}
}
1 change: 0 additions & 1 deletion modules/local/rundirparser/tests/nextflow.config

This file was deleted.

Loading