mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
26 lines
1,019 B
YAML
26 lines
1,019 B
YAML
- name: filtlong test_filtlong
|
|
command: nextflow run ./tests/modules/filtlong -entry test_filtlong -c ./tests/config/nextflow.config -c ./tests/modules/filtlong/nextflow.config
|
|
tags:
|
|
- filtlong
|
|
files:
|
|
- path: output/filtlong/test_lr.fastq.gz
|
|
contains:
|
|
- "@00068f7a-51b3-4933-8fc6-7d6e29181ff9"
|
|
|
|
- name: filtlong test_filtlong_illumina_se
|
|
command: nextflow run ./tests/modules/filtlong -entry test_filtlong_illumina_se -c ./tests/config/nextflow.config -c ./tests/modules/filtlong/nextflow.config
|
|
tags:
|
|
- filtlong
|
|
files:
|
|
- path: output/filtlong/test_lr.fastq.gz
|
|
contains:
|
|
- "@00068f7a-51b3-4933-8fc6-7d6e29181ff9"
|
|
|
|
- name: filtlong test_filtlong_illumina_pe
|
|
command: nextflow run ./tests/modules/filtlong -entry test_filtlong_illumina_pe -c ./tests/config/nextflow.config -c ./tests/modules/filtlong/nextflow.config
|
|
tags:
|
|
- filtlong
|
|
files:
|
|
- path: output/filtlong/test_lr.fastq.gz
|
|
contains:
|
|
- "@00068f7a-51b3-4933-8fc6-7d6e29181ff9"
|