nf-core_modules/tests/software/cat/fastq/test.yml
Edmund Miller a3684d9594
Lint modules ci (#389)
* ci: Add modules lint step

Moved it ahead of the nextflow install so ideally it'll fail before we
bother doing any more setup

* ci: _ => /

* Update tests/config/pytest_software.yml

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-04-08 09:10:52 +01:00

21 lines
750 B
YAML

- name: cat fastq single-end
command: nextflow run ./tests/software/cat/fastq -entry test_cat_fastq_single_end -c tests/config/nextflow.config
tags:
- cat
- cat/fastq
- cat_fastqc_single_end
files:
- path: ./output/merged_fastq/test.merged.fastq.gz
md5sum: 59f6dbe193741bb40f498f254aeb2e99
- name: cat fastq fastqc_paired_end
command: nextflow run ./tests/software/cat/fastq -entry test_cat_fastq_paired_end -c tests/config/nextflow.config
tags:
- cat
- cat/fastq
- cat_fastqc_paired_end
files:
- path: ./output/merged_fastq/test_2.merged.fastq.gz
md5sum: d2b1a836eef1058738ecab36c907c5ba
- path: ./output/merged_fastq/test_1.merged.fastq.gz
md5sum: 59f6dbe193741bb40f498f254aeb2e99