Skip to content

Commit

Permalink
Updated snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Dec 20, 2024
1 parent 5cc6fd0 commit ae39a00
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions tests/test.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"content": [
21,
{
"CUSTOM_TABULARTOGSEACHIP": {
"gawk": "5.1.0"
},
"DESEQ2_DIFFERENTIAL": {
"r-base": "4.1.3",
"bioconductor-deseq2": "1.34.0"
Expand All @@ -23,9 +26,6 @@
"PLOT_EXPLORATORY": {
"r-shinyngs": "2.0.0"
},
"TABULAR_TO_GSEA_CHIP": {
"bash": "5.2.21 3"
},
"VALIDATOR": {
"r-base": "4.3.3",
"r-shinyngs": "2.0.0"
Expand Down Expand Up @@ -186,12 +186,15 @@
"nf-test": "0.9.0",
"nextflow": "24.10.3"
},
"timestamp": "2024-12-17T11:56:20.743162854"
"timestamp": "2024-12-20T16:13:56.445211657"
},
"Test profile with yaml contrasts": {
"content": [
21,
{
"CUSTOM_TABULARTOGSEACHIP": {
"gawk": "5.1.0"
},
"DESEQ2_DIFFERENTIAL": {
"r-base": "4.1.3",
"bioconductor-deseq2": "1.34.0"
Expand All @@ -212,9 +215,6 @@
"PLOT_EXPLORATORY": {
"r-shinyngs": "2.0.0"
},
"TABULAR_TO_GSEA_CHIP": {
"bash": "5.2.21 3"
},
"VALIDATOR": {
"r-base": "4.3.3",
"r-shinyngs": "2.0.0"
Expand Down Expand Up @@ -375,6 +375,6 @@
"nf-test": "0.9.0",
"nextflow": "24.10.3"
},
"timestamp": "2024-12-20T13:41:10.4647836"
"timestamp": "2024-12-20T16:16:49.167979669"
}
}
8 changes: 4 additions & 4 deletions tests/test_affy.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"r-base": "4.3.1",
"bioconductor-affy": "1.78.0"
},
"CUSTOM_TABULARTOGSEACHIP": {
"gawk": "5.1.0"
},
"GSEA_GSEA": {
"gsea": "4.3.2"
},
Expand All @@ -21,9 +24,6 @@
"PLOT_EXPLORATORY": {
"r-shinyngs": "2.0.0"
},
"TABULAR_TO_GSEA_CHIP": {
"bash": "5.2.21 3"
},
"VALIDATOR": {
"r-base": "4.3.3",
"r-shinyngs": "2.0.0"
Expand Down Expand Up @@ -236,6 +236,6 @@
"nf-test": "0.9.0",
"nextflow": "24.10.3"
},
"timestamp": "2024-12-17T12:03:13.731672183"
"timestamp": "2024-12-20T15:43:35.560675645"
}
}
8 changes: 4 additions & 4 deletions tests/test_rnaseq_limma.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"content": [
20,
{
"CUSTOM_TABULARTOGSEACHIP": {
"gawk": "5.1.0"
},
"GSEA_GSEA": {
"gsea": "4.3.2"
},
Expand All @@ -23,9 +26,6 @@
"PLOT_EXPLORATORY": {
"r-shinyngs": "2.0.0"
},
"TABULAR_TO_GSEA_CHIP": {
"bash": "5.2.21 3"
},
"VALIDATOR": {
"r-base": "4.3.3",
"r-shinyngs": "2.0.0"
Expand Down Expand Up @@ -177,6 +177,6 @@
"nf-test": "0.9.0",
"nextflow": "24.10.3"
},
"timestamp": "2024-12-17T12:10:44.503110769"
"timestamp": "2024-12-20T16:29:49.698674022"
}
}
4 changes: 2 additions & 2 deletions workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ workflow DIFFERENTIALABUNDANCE {
CUSTOM_TABULARTOGSEACLS(ch_contrasts_and_samples)

CUSTOM_TABULARTOGSEACHIP(
VALIDATOR.out.feature_meta.map{ it[1] },
VALIDATOR.out.feature_meta,
[params.features_id_col, params.features_name_col]
)

Expand All @@ -482,7 +482,7 @@ workflow DIFFERENTIALABUNDANCE {
GSEA_GSEA(
ch_gsea_inputs,
ch_gsea_inputs.map{ tuple(it[0].reference, it[0].target) }, // *
CUSTOM_TABULARTOGSEACHIP.out.chip.first()
CUSTOM_TABULARTOGSEACHIP.out.chip.first().map{ it[1] }
)

// * Note: GSEA module currently uses a value channel for the mandatory
Expand Down

0 comments on commit ae39a00

Please sign in to comment.