File tree Expand file tree Collapse file tree 4 files changed +57
-6
lines changed
Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/workflow_code/tests Expand file tree Collapse file tree 4 files changed +57
-6
lines changed Original file line number Diff line number Diff line change
1
+ nextflow_pipeline {
2
+
3
+ name "Test Workflow main.nf"
4
+ script "main.nf"
5
+ tag "core"
6
+
7
+ test("GLDS-22: Should run without failures. First Test Case for Arabidopsis") {
8
+
9
+ when {
10
+ params {
11
+ // define parameters here. Example:
12
+ osdAccession = "OSD-22"
13
+ gldsAccession = "GLDS-22"
14
+ }
15
+ }
16
+
17
+ then {
18
+ assert workflow.success
19
+ assert snapshot(
20
+ path("${params.outputDir}/${params.gldsAccession}/Metadata").list(),
21
+ path("${params.outputDir}/${params.gldsAccession}/00-RawData").list(),
22
+ path("${params.outputDir}/${params.gldsAccession}/01-limma_NormExp").list(),
23
+ path("${params.outputDir}/${params.gldsAccession}/02-limma_DGE").list(),
24
+ path("${params.outputDir}/${params.gldsAccession}/GeneLab/software_versions.md")
25
+ ).match()
26
+ }
27
+
28
+ }
29
+
30
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ " GLDS-22: Should run without failures. First Test Case for Arabidopsis" : {
3
+ " content" : [
4
+ [
5
+ " OSD-22_metadata_OSD-22-ISA.zip:md5,54b9d89f37c99cc3b782ecb6b4f31c66" ,
6
+ " OSD-22_microarray_v0_runsheet.csv:md5,315cca3328a4fc58c0f2cb2862ec92e8"
7
+ ],
8
+ [
9
+ " raw_intensities.csv:md5,b796344835c59716d224f79d0a47abb6"
10
+ ],
11
+ [
12
+ " normalized_expression.csv:md5,031169ae9804ca0f97e0a5d530a40e88"
13
+ ],
14
+ [
15
+ " SampleTable.csv:md5,e06ec67d73d670aa67efaef842721895" ,
16
+ " contrasts.csv:md5,8d35c6eb5c8f554f902b26b782af9ecf" ,
17
+ " differential_expression.csv:md5,2c50db17385bef00f4f2c0a1a4b89606" ,
18
+ " visualization_PCA_table.csv:md5,588788b7b14c555ec34f1db88130cea1"
19
+ ],
20
+ " software_versions.md:md5,c39595e6b3b78288520518e77223b285"
21
+ ],
22
+ " timestamp" : " 2023-04-28T20:59:14+0000"
23
+ }
24
+ }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ nextflow_pipeline {
23
23
path("${params.outputDir}/${params.gldsAccession}/00-RawData").list(),
24
24
path("${params.outputDir}/${params.gldsAccession}/01-limma_NormExp").list(),
25
25
path("${params.outputDir}/${params.gldsAccession}/02-limma_DGE").list(),
26
- path("${params.outputDir}/${params.gldsAccession}/GeneLab").list( )
26
+ path("${params.outputDir}/${params.gldsAccession}/GeneLab/software_versions.md" )
27
27
).match()
28
28
}
29
29
Original file line number Diff line number Diff line change 17
17
" differential_expression.csv:md5,43b3bd3e169a3c0fb9fc8f7a70a2f7db" ,
18
18
" visualization_PCA_table.csv:md5,8185f12496c8467aa2affcfd0d982e62"
19
19
],
20
- [
21
- " NF_MAAgilent1ch_v1.0.1.html:md5,a26cc4ead0433796bf24e01a169e12fa" ,
22
- " software_versions.md:md5,3611452371a61ccbbf8292fc6bbca357"
23
- ]
20
+ " software_versions.md:md5,50a6ee7b99f0bb484286d08c1f7136e0"
24
21
],
25
- " timestamp" : " 2023-04-27T22:57:19 +0000"
22
+ " timestamp" : " 2023-04-28T21:02:43 +0000"
26
23
}
27
24
}
You can’t perform that action at this time.
0 commit comments