mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
a3684d9594
* 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>
21 lines
750 B
YAML
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
|