mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
24 lines
925 B
YAML
24 lines
925 B
YAML
|
- name: samtools bam2fq test_samtools_bam2fq_nosplit
|
||
|
command: nextflow run tests/modules/samtools/bam2fq -entry test_samtools_bam2fq_nosplit -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- samtools/bam2fq
|
||
|
- samtools
|
||
|
files:
|
||
|
- path: output/samtools/test_interleaved.fq.gz
|
||
|
md5sum: d733e66d29a4b366bf9df8c42f845256
|
||
|
|
||
|
- name: samtools bam2fq test_samtools_bam2fq_withsplit
|
||
|
command: nextflow run tests/modules/samtools/bam2fq -entry test_samtools_bam2fq_withsplit -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- samtools/bam2fq
|
||
|
- samtools
|
||
|
files:
|
||
|
- path: output/samtools/test_1.fq.gz
|
||
|
md5sum: 4522edbe158ec4804765794569f67493
|
||
|
- path: output/samtools/test_2.fq.gz
|
||
|
md5sum: 7e00ef40d5cfe272b67461381019dcc1
|
||
|
- path: output/samtools/test_other.fq.gz
|
||
|
md5sum: 709872fc2910431b1e8b7074bfe38c67
|
||
|
- path: output/samtools/test_singleton.fq.gz
|
||
|
md5sum: 709872fc2910431b1e8b7074bfe38c67
|