@@ -14,30 +14,6 @@ nextflow_pipeline {
1414 params {
1515 outdir = "$outputDir"
1616 study_name = 'GSE50790'
17- config_profile_name = 'Affy array test profile'
18- config_profile_description = 'Minimal test dataset to check pipeline function'
19-
20- // Input data
21- input = 'https://raw.githubusercontent.com/nf-core/test-datasets/differentialabundance/testdata/GSE50790.csv'
22- contrasts_yml = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/differentialabundance/testdata/GSE50790_contrasts.yaml'
23- affy_cel_files_archive = 'https://raw.githubusercontent.com/nf-core/test-datasets/differentialabundance/testdata/GSE50790_RAW.tar'
24-
25- // Observations
26- observations_id_col = 'name'
27- observations_name_col = 'name'
28-
29- // Exploratory
30- exploratory_main_variable = 'contrasts'
31-
32- // Differential
33- differential_max_pval = 0.05
34- differential_max_qval = 0.05
35- differential_min_fold_change = 1.5
36-
37- // Activate GSEA
38- functional_method = 'gsea'
39- gene_sets_files = 'https://raw.githubusercontent.com/nf-core/test-datasets/differentialabundance/testdata/h.all.v2022.1.Hs.symbols.gmt'
40- gsea_rnd_seed = '10'
4117
4218 }
4319 }
@@ -56,6 +32,7 @@ nextflow_pipeline {
5632 workflow.trace.succeeded().size(),
5733 // pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
5834 removeNextflowVersion("$outputDir/pipeline_info/collated_versions.yml"),
35+ removeNextflowVersion("$outputDir/pipeline_info/nf_core_differentialabundance_software_versions.yml"),
5936 // All stable path name, with a relative path
6037 stable_name,
6138 // All files with stable contents
@@ -73,31 +50,6 @@ nextflow_pipeline {
7350 paramset_name = "limma_affy_gsea"
7451 differential_method = null
7552 functional_method = null
76-
77- study_name = 'GSE50790'
78- config_profile_name = 'Affy array test profile'
79- config_profile_description = 'Minimal test dataset to check pipeline function'
80-
81- // Input data
82- input = 'https://raw.githubusercontent.com/nf-core/test-datasets/differentialabundance/testdata/GSE50790.csv'
83- contrasts_yml = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/differentialabundance/testdata/GSE50790_contrasts.yaml'
84- affy_cel_files_archive = 'https://raw.githubusercontent.com/nf-core/test-datasets/differentialabundance/testdata/GSE50790_RAW.tar'
85-
86- // Observations
87- observations_id_col = 'name'
88- observations_name_col = 'name'
89-
90- // Exploratory
91- exploratory_main_variable = 'contrasts'
92-
93- // Differential
94- differential_max_pval = 0.05
95- differential_max_qval = 0.05
96- differential_min_fold_change = 1.5
97-
98- // Activate GSEA
99- gene_sets_files = 'https://raw.githubusercontent.com/nf-core/test-datasets/differentialabundance/testdata/h.all.v2022.1.Hs.symbols.gmt'
100- gsea_rnd_seed = '10'
10153 }
10254 }
10355
@@ -115,6 +67,7 @@ nextflow_pipeline {
11567 workflow.trace.succeeded().size(),
11668 // pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
11769 removeNextflowVersion("$outputDir/pipeline_info/collated_versions.yml"),
70+ removeNextflowVersion("$outputDir/pipeline_info/nf_core_differentialabundance_software_versions.yml"),
11871 // All stable path name, with a relative path
11972 stable_name,
12073 // All files with stable contents
0 commit comments