mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
1f465a63d0
* bbmap/bbduk module created * created bbmap/bbduk module * updated main.nf * changed test.yml tags * removed whitespaces * Adjusted main.nf spacing * whitespace, tags * fix optional files, tags, tidy code * fix suffix * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
47 lines
1.7 KiB
YAML
47 lines
1.7 KiB
YAML
- name: bbmap bbduk test_bbmap_bbduk_single_end
|
|
command: nextflow run tests/software/bbmap/bbduk -entry test_bbmap_bbduk_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bbmap/bbduk
|
|
files:
|
|
- path: output/bbmap/test.trim.bbduk.log
|
|
contains:
|
|
- "Input is being processed as unpaired"
|
|
- path: output/bbmap/test.trim.fastq.gz
|
|
md5sum: a87d0cbd5ced7df8bf1751e4cb407482
|
|
|
|
- name: bbmap bbduk test_bbmap_bbduk_paired_end
|
|
command: nextflow run tests/software/bbmap/bbduk -entry test_bbmap_bbduk_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bbmap/bbduk
|
|
files:
|
|
- path: output/bbmap/test.trim.bbduk.log
|
|
contains:
|
|
- "Input is being processed as paired"
|
|
- path: output/bbmap/test.trim_1.fastq.gz
|
|
md5sum: a87d0cbd5ced7df8bf1751e4cb407482
|
|
- path: output/bbmap/test.trim_2.fastq.gz
|
|
md5sum: 406e068fbe198f02b48e7e210cc0c69f
|
|
|
|
- name: bbmap bbduk test_bbmap_bbduk_se_ref
|
|
command: nextflow run tests/software/bbmap/bbduk -entry test_bbmap_bbduk_se_ref -c tests/config/nextflow.config
|
|
tags:
|
|
- bbmap/bbduk
|
|
files:
|
|
- path: output/bbmap/test.trim.bbduk.log
|
|
contains:
|
|
- "Input is being processed as unpaired"
|
|
- path: output/bbmap/test.trim.fastq.gz
|
|
md5sum: 3970e82605c7d109bb348fc94e9eecc0
|
|
|
|
- name: bbmap bbduk test_bbmap_bbduk_pe_ref
|
|
command: nextflow run tests/software/bbmap/bbduk -entry test_bbmap_bbduk_pe_ref -c tests/config/nextflow.config
|
|
tags:
|
|
- bbmap/bbduk
|
|
files:
|
|
- path: output/bbmap/test.trim.bbduk.log
|
|
contains:
|
|
- "Input is being processed as paired"
|
|
- path: output/bbmap/test.trim_1.fastq.gz
|
|
md5sum: 3970e82605c7d109bb348fc94e9eecc0
|
|
- path: output/bbmap/test.trim_2.fastq.gz
|
|
md5sum: 3970e82605c7d109bb348fc94e9eecc0
|