Skip to content

Commit 3b29496

Browse files
committed
add module config
1 parent 80e49aa commit 3b29496

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

conf/modules.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ process {
1818
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
1919
]
2020

21+
withName: SEQTK_SAMPLE {
22+
ext.args = '-s100'
23+
}
24+
2125
withName: FASTQC {
2226
ext.args = '--quiet'
2327
}

tests/NovaSeq6000.main_subsample.nf.test.snap

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
"NovaSeq6000 data test sample size": {
33
"content": [
44
"multiqc_citations.txt:md5,4c806e63a283ec1b7e78cdae3a923d4f",
5-
"multiqc_fastqc.txt:md5,3730f9046b20ac5c17a86db0a33f8d5d",
6-
"multiqc_general_stats.txt:md5,25abe0f6a35eb4a3b056fc3cf5c13732",
5+
"multiqc_fastqc.txt:md5,aba942d1e6996b579f19798e5673f514",
6+
"multiqc_general_stats.txt:md5,ad1ec9c64cbdb1131a26aeb6de51e31c",
77
"multiqc_software_versions.txt:md5,b7d1ca14785a9361f0a39ce1b6a02686",
88
"multiqc_citations.txt:md5,4c806e63a283ec1b7e78cdae3a923d4f",
9-
"multiqc_fastqc.txt:md5,8284e25ccc21041cf3b5a32eb6a51e78",
10-
"multiqc_general_stats.txt:md5,90ee35137492b80aab36ef67f72d8921",
9+
"multiqc_fastqc.txt:md5,aa1b8d6adae86005ea7a8b2e901099b8",
10+
"multiqc_general_stats.txt:md5,c73c8d10568a56f6534d280fff701e60",
1111
"multiqc_software_versions.txt:md5,b7d1ca14785a9361f0a39ce1b6a02686",
1212
"multiqc_citations.txt:md5,4c806e63a283ec1b7e78cdae3a923d4f",
13-
"multiqc_fastqc.txt:md5,f38ffdc112c73af3a41ed15848a3761f",
14-
"multiqc_general_stats.txt:md5,d62a2fc39e674d98783d408791803148",
13+
"multiqc_fastqc.txt:md5,ff996e1d3dc4a46e0c9535e54d51ccab",
14+
"multiqc_general_stats.txt:md5,834e1868b887171cfda72029bbbe2d3f",
1515
"multiqc_software_versions.txt:md5,b7d1ca14785a9361f0a39ce1b6a02686",
1616
"multiqc_citations.txt:md5,4c806e63a283ec1b7e78cdae3a923d4f",
17-
"multiqc_fastqc.txt:md5,7ff71ceb8ecdf086331047f8860c3347",
18-
"multiqc_general_stats.txt:md5,2f09b8f199ac40cf67ba50843cebd29c",
17+
"multiqc_fastqc.txt:md5,3df36ecfe76b25b0c22dcda84bce2b3b",
18+
"multiqc_general_stats.txt:md5,274a001b007521970f14d68bd176e5be",
1919
"multiqc_software_versions.txt:md5,b7d1ca14785a9361f0a39ce1b6a02686",
2020
"multiqc_citations.txt:md5,4c806e63a283ec1b7e78cdae3a923d4f",
21-
"multiqc_fastqc.txt:md5,519ff344a896ac369bba4d5c5b8be7b5",
22-
"multiqc_general_stats.txt:md5,6a1c16f068d7ba3a9225a17eb570ed9a",
21+
"multiqc_fastqc.txt:md5,ce61b4ce4b1d76ec3f20de3bf0c9ec7f",
22+
"multiqc_general_stats.txt:md5,d476ad59458a035a329605d5284b6012",
2323
"multiqc_software_versions.txt:md5,b7d1ca14785a9361f0a39ce1b6a02686"
2424
],
2525
"meta": {
2626
"nf-test": "0.9.1",
2727
"nextflow": "24.04.4"
2828
},
29-
"timestamp": "2024-10-29T09:15:03.224117679"
29+
"timestamp": "2024-10-29T13:44:43.105472321"
3030
}
3131
}

0 commit comments

Comments
 (0)