Skip to content

Commit 47baabe

Browse files
committed
solve issue with dream test
1 parent 472262c commit 47baabe

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

conf/test_rnaseq_dream.config

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ params {
1919
config_profile_description = 'Minimal test dataset to check pipeline function'
2020

2121
// Input data
22-
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.samplesheet.csv'
23-
matrix = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.salmon.merged.gene_counts.top1000cov.tsv'
24-
transcript_length_matrix = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/rnaseq_expression/SRP254919.spoofed_lengths.tsv'
25-
contrasts_yml = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/differentialabundance/testdata/formula_contrasts/SRP254919.contrasts.yaml'
22+
input = 'https://github.com/nf-core/test-datasets/raw/differentialabundance/modules_testdata/variancepartition_dream/metadata.tsv'
23+
matrix = 'https://github.com/nf-core/test-datasets/raw/differentialabundance/modules_testdata/variancepartition_dream/counts.tsv'
24+
contrasts_yml = 'https://github.com/nf-core/test-datasets/raw/differentialabundance/testdata/formula_contrasts/rnaseq_complex_contrast.yaml'
2625

2726
// To do: replace this with a cut-down mouse GTF matching the matrix for testing
2827
gtf = 'https://ftp.ensembl.org/pub/release-81/gtf/mus_musculus/Mus_musculus.GRCm38.81.gtf.gz'
@@ -51,14 +50,6 @@ params {
5150
exploratory_log2_assays = 'raw,normalised'
5251
exploratory_main_variable = 'contrasts'
5352

54-
// Test dataset is too small for the nsub default value
55-
deseq2_vst_nsub = 500
56-
57-
// Activate GSEA
58-
functional_method = 'gsea'
59-
gene_sets_files = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/mus_musculus/gene_set_analysis/mh.all.v2022.1.Mm.symbols.gmt'
60-
gsea_rnd_seed = '10'
61-
6253
// Report options
6354
report_contributors = 'Jane Doe\nDirector of Institute of Microbiology\nUniversity of Smallville;John Smith\nPhD student\nInstitute of Microbiology\nUniversity of Smallville'
6455

tests/test_rnaseq_dream.nf.test

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ nextflow_pipeline {
1010

1111
when {
1212
params {
13-
outdir = "$outputDir"
14-
paramset_name = "dream_rnaseq_gsea"
15-
functional_method = null
13+
outdir = "$outputDir"
14+
paramset_name = "dream_rnaseq_gsea"
15+
differential_method = null
16+
functional_method = null
1617
}
1718
}
1819

@@ -42,10 +43,6 @@ nextflow_pipeline {
4243
when {
4344
params {
4445
outdir = "$outputDir"
45-
input = 'https://github.com/nf-core/test-datasets/raw/differentialabundance/modules_testdata/variancepartition_dream/metadata.tsv'
46-
matrix = 'https://github.com/nf-core/test-datasets/raw/differentialabundance/modules_testdata/variancepartition_dream/counts.tsv'
47-
contrasts_yml = 'https://github.com/nf-core/test-datasets/raw/differentialabundance/testdata/formula_contrasts/rnaseq_complex_contrast.yaml'
48-
4946
}
5047
}
5148

0 commit comments

Comments
 (0)