mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 06:03:10 +00:00
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
|
- name: picard fastqtosam test_picard_fastqtosam_single
|
||
|
command: nextflow run ./tests/modules/picard/fastqtosam -entry test_picard_fastqtosam_single -c ./tests/config/nextflow.config -c ./tests/modules/picard/fastqtosam/nextflow.config
|
||
|
tags:
|
||
|
- picard
|
||
|
- picard/fastqtosam
|
||
|
files:
|
||
|
- path: output/picard/test.bam
|
||
|
md5sum: fe2882efe8f13a8da20fcc63469ed0aa
|
||
|
|
||
|
- name: picard fastqtosam test_picard_fastqtosam_paired
|
||
|
command: nextflow run ./tests/modules/picard/fastqtosam -entry test_picard_fastqtosam_paired -c ./tests/config/nextflow.config -c ./tests/modules/picard/fastqtosam/nextflow.config
|
||
|
tags:
|
||
|
- picard
|
||
|
- picard/fastqtosam
|
||
|
files:
|
||
|
- path: output/picard/test.bam
|
||
|
md5sum: 90e4f59f9d942f96c3f3c41160f3fd5d
|
||
|
|
||
|
- name: picard fastqtosam test_picard_fastqtosam_paired_custom_samplename
|
||
|
command: nextflow run ./tests/modules/picard/fastqtosam -entry test_picard_fastqtosam_paired_custom_samplename -c ./tests/config/nextflow.config -c ./tests/modules/picard/fastqtosam/nextflow.config
|
||
|
tags:
|
||
|
- picard
|
||
|
- picard/fastqtosam
|
||
|
files:
|
||
|
- path: output/picard/test.bam
|
||
|
md5sum: 69d35ee2b5dc263d022eaf59a9e383d3
|