mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
22 lines
911 B
YAML
22 lines
911 B
YAML
|
- name: tbprofiler profile illumina
|
||
|
command: nextflow run ./tests/modules/tbprofiler/profile -entry test_tbprofiler_profile_illumina -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- tbprofiler
|
||
|
- tbprofiler/profile
|
||
|
files:
|
||
|
- path: output/tbprofiler/bam/test.bam
|
||
|
- path: output/tbprofiler/results/test.results.json
|
||
|
contains: ['genome_positions', 'locus_tag', 'tbprofiler_version']
|
||
|
- path: output/tbprofiler/vcf/test.targets.csq.vcf.gz
|
||
|
|
||
|
- name: tbprofiler profile nanopore
|
||
|
command: nextflow run ./tests/modules/tbprofiler/profile -entry test_tbprofiler_profile_nanopore -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- tbprofiler
|
||
|
- tbprofiler/profile
|
||
|
files:
|
||
|
- path: output/tbprofiler/bam/test.bam
|
||
|
- path: output/tbprofiler/results/test.results.json
|
||
|
contains: ['genome_positions', 'locus_tag', 'tbprofiler_version']
|
||
|
- path: output/tbprofiler/vcf/test.targets.csq.vcf.gz
|