mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
e9bc33485e
* bugfix: when there is a single input file, stageAs("?/*) returns the path directly, not in a list * Added a test * Added a test * Added MD5 checksum Co-authored-by: nvnieuwk <101190534+nvnieuwk@users.noreply.github.com>
24 lines
981 B
YAML
24 lines
981 B
YAML
- name: samtools merge test_samtools_merge
|
|
command: nextflow run ./tests/modules/samtools/merge -entry test_samtools_merge -c ./tests/config/nextflow.config -c ./tests/modules/samtools/merge/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/merge
|
|
files:
|
|
- path: output/samtools/test.bam
|
|
|
|
- name: samtools merge test_samtools_merge_cram
|
|
command: nextflow run ./tests/modules/samtools/merge -entry test_samtools_merge_cram -c ./tests/config/nextflow.config -c ./tests/modules/samtools/merge/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/merge
|
|
files:
|
|
- path: output/samtools/test.cram
|
|
|
|
- name: samtools merge test_samtools_merge_single_file
|
|
command: nextflow run ./tests/modules/samtools/merge -entry test_samtools_merge_single_file -c ./tests/config/nextflow.config -c ./tests/modules/samtools/merge/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/merge
|
|
files:
|
|
- path: output/samtools/test.bam
|
|
md5sum: 6e38ae132fadae4cb4915814d6f872b2
|