Skip to content

Commit 1c4e615

Browse files
authored
no modules binaries (#176)
1 parent 57ce6cf commit 1c4e615

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-c
8181
- [#174](https://github.com/nf-core/seqinspector/pull/174) More strict syntax
8282
- [#174](https://github.com/nf-core/seqinspector/pull/174) No params included in workflows
8383
- [#175](https://github.com/nf-core/seqinspector/pull/175) Update all modules and migrate the whole pipeline to using topic versions
84+
- [#176](https://github.com/nf-core/seqinspector/pull/176) No modules binaries
8485

8586
### `Dependencies`
8687

modules/local/rundirparser/resources/usr/bin/parse_illumina.py renamed to bin/parse_illumina.py

File renamed without changes.

modules/local/rundirparser/tests/main.nf.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ nextflow_process {
33
name "Test Process RUNDIRPARSER"
44
script "../main.nf"
55
process "RUNDIRPARSER"
6-
config "./nextflow.config"
76

87
test("NovaSeq6000") {
98

modules/local/rundirparser/tests/main.nf.test.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
]
2020
}
2121
],
22+
"timestamp": "2025-12-12T13:30:03.998435274",
2223
"meta": {
2324
"nf-test": "0.9.3",
2425
"nextflow": "25.10.2"
25-
},
26-
"timestamp": "2025-12-12T13:30:03.998435274"
26+
}
2727
},
2828
"NovaSeq6000 - stub": {
2929
"content": [
@@ -45,10 +45,10 @@
4545
]
4646
}
4747
],
48+
"timestamp": "2025-12-12T13:30:11.388290534",
4849
"meta": {
4950
"nf-test": "0.9.3",
5051
"nextflow": "25.10.2"
51-
},
52-
"timestamp": "2025-12-12T13:30:11.388290534"
52+
}
5353
}
5454
}

modules/local/rundirparser/tests/nextflow.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)