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