Skip to content

Commit cbe835e

Browse files
committed
Remove --outdir definition in nf-tests for workflows
1 parent 669b868 commit cbe835e

9 files changed

+0
-11
lines changed

workflows/sra/tests/main.nf.test

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ nextflow_workflow {
2020
input[0] = Channel.from("DRX026011", "ERX1234253", "SRX6725035")
2121
"""
2222
}
23-
params {
24-
outdir = "$outputDir"
25-
}
2623
}
2724

2825
then {

workflows/sra/tests/sra_custom_ena_metadata_fields.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
nf_core_pipeline = "rnaseq"
2625
ena_metadata_fields = "run_accession,experiment_accession,library_layout,fastq_ftp,fastq_md5"
2726
sample_mapping_fields = "run_accession,library_layout"

workflows/sra/tests/sra_download_method_aspera.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
download_method = 'aspera'
2625
}
2726
}

workflows/sra/tests/sra_download_method_sratools.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
download_method = 'sratools'
2625
}
2726
}

workflows/sra/tests/sra_nf_core_pipeline_atacseq.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
nf_core_pipeline = "atacseq"
2625
}
2726
}

workflows/sra/tests/sra_nf_core_pipeline_rnaseq.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
nf_core_pipeline = "rnaseq"
2625
}
2726
}

workflows/sra/tests/sra_nf_core_pipeline_taxprofiler.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
nf_core_pipeline = "taxprofiler"
2625
}
2726
}

workflows/sra/tests/sra_nf_core_pipeline_viralrecon.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nextflow_workflow {
2121
"""
2222
}
2323
params {
24-
outdir = "$outputDir"
2524
nf_core_pipeline = "viralrecon"
2625
}
2726
}

workflows/sra/tests/sra_skip_fastq_download.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ nextflow_workflow {
2020
"""
2121
}
2222
params {
23-
outdir = "$outputDir"
2423
skip_fastq_download = true
2524
}
2625
}

0 commit comments

Comments
 (0)