rename aligned to alignment

This commit is contained in:
Rike 2022-05-09 16:07:49 +02:00
parent 5bd456e5e8
commit da79396f06
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ process SAMTOOLS_CONVERT {
path fai
output:
tuple val(meta), path("*.{cram,bam}"), path("*.{crai,bai}") , emit: aligned_index
tuple val(meta), path("*.{cram,bam}"), path("*.{crai,bai}") , emit: alignment_index
path "versions.yml" , emit: versions
when:

View file

@ -39,7 +39,7 @@ output:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- aligned_index:
- alignment_index:
type: file
description: filtered/converted BAM/CRAM file + index
pattern: "*{.bam/cram,.bai/crai}"