alignment

This commit is contained in:
Matthias De Smet 2022-04-19 11:26:01 +02:00
parent 0f7c046477
commit ccef7f8579
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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