mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
043a7d1e3c
* remove deprecated test tags * fix bowtie, gatk4/applybsqr * fix gatk4 baserecalibrator * fixed shovill * fixed yara/mapper * fixed kallistobustools/ref paths
19 lines
694 B
YAML
19 lines
694 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
|
|
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
|
|
files:
|
|
- path: ./output/merged_fastq/test_2.merged.fastq.gz
|
|
md5sum: d2b1a836eef1058738ecab36c907c5ba
|
|
- path: ./output/merged_fastq/test_1.merged.fastq.gz
|
|
md5sum: 59f6dbe193741bb40f498f254aeb2e99
|