2021-02-03 16:02:58 +00:00
|
|
|
- name: bwa mem single-end
|
2021-02-03 16:44:56 +00:00
|
|
|
command: nextflow run ./tests/software/bwa/mem -entry test_bwa_mem_single_end -c tests/config/nextflow.config
|
2021-02-03 16:02:58 +00:00
|
|
|
tags:
|
|
|
|
- bwa
|
|
|
|
- bwa_mem
|
|
|
|
- bwa_mem_single_end
|
|
|
|
files:
|
2021-02-03 17:26:43 +00:00
|
|
|
- path: output/bwa/test.bam
|
2021-02-05 10:44:08 +00:00
|
|
|
md5sum: 52e81e5bd523d0b27fe533b21a0d80f5
|
2021-02-03 16:02:58 +00:00
|
|
|
|
|
|
|
- name: bwa mem paired-end
|
2021-02-03 16:44:56 +00:00
|
|
|
command: nextflow run ./tests/software/bwa/mem -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
|
2021-02-03 16:02:58 +00:00
|
|
|
tags:
|
|
|
|
- bwa
|
|
|
|
- bwa_mem
|
|
|
|
- bwa_mem_paired_end
|
|
|
|
files:
|
2021-02-03 17:26:43 +00:00
|
|
|
- path: output/bwa/test.bam
|
2021-02-05 10:44:08 +00:00
|
|
|
md5sum: 86d82fdb68ed384c656cfc62a253052f
|