mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
test(config): One config to rule them all
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
2e56022e31
commit
b96f2d6a5e
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
params {
|
params {
|
||||||
outdir = "output/"
|
outdir = "output/"
|
||||||
publish_dir_mode = "copy"
|
publish_dir_mode = "copy"
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Run fastqc single-end test workflow
|
- name: Run fastqc single-end test workflow
|
||||||
command: nextflow run ./tests/fastqc/ -profile docker -entry test_single_end
|
command: nextflow run ./tests/fastqc/ -profile docker -entry test_single_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- fastqc
|
- fastqc
|
||||||
files:
|
files:
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
- path: output/test_single_end/test_fastqc.zip
|
- path: output/test_single_end/test_fastqc.zip
|
||||||
|
|
||||||
- name: Run fastqc paired-end test workflow
|
- name: Run fastqc paired-end test workflow
|
||||||
command: nextflow run ./tests/fastqc/ -profile docker -entry test_paired_end
|
command: nextflow run ./tests/fastqc/ -profile docker -entry test_paired_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- fastqc
|
- fastqc
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Reference in a new issue