mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
alignment
This commit is contained in:
parent
0f7c046477
commit
ccef7f8579
2 changed files with 2 additions and 5 deletions
|
@ -11,8 +11,8 @@ process ELPREP_MERGE {
|
|||
tuple val(meta), path(bam)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("**.{bam,sam}"), emit: bam
|
||||
path "versions.yml" , emit: versions
|
||||
tuple val(meta), path("**.{bam,sam}") , emit: bam
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
|
|
@ -2,10 +2,7 @@
|
|||
command: nextflow run ./tests/modules/elprep/merge -entry test_elprep_merge -c ./tests/config/nextflow.config -c ./tests/modules/elprep/merge/nextflow.config
|
||||
tags:
|
||||
- "elprep"
|
||||
#
|
||||
- "elprep/merge"
|
||||
#
|
||||
files:
|
||||
- path: "output/elprep/test.bam"
|
||||
md5sum: e667c7caad0bc4b7ac383fd023c654fc
|
||||
- path: output/elprep/versions.yml
|
||||
|
|
Loading…
Reference in a new issue