test(config): One config to rule them all

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Edmund Miller 2020-11-24 14:20:42 -06:00 committed by Edmund Miller
parent 2e56022e31
commit b96f2d6a5e
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
params {
outdir = "output/"
publish_dir_mode = "copy"

View file

@ -1,5 +1,5 @@
- 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:
- fastqc
files:
@ -8,7 +8,7 @@
- path: output/test_single_end/test_fastqc.zip
- 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:
- fastqc
files: