Skip to content

Commit c22f48b

Browse files
committed
Fixed linting
1 parent 37b4184 commit c22f48b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • modules/nf-core/samtools/fixmate

modules/nf-core/samtools/fixmate/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ process SAMTOOLS_FIXMATE {
1111
tuple val(meta), path(input)
1212

1313
output:
14-
tuple val(meta), path("*.bam") , emit: bam , optional: true
14+
tuple val(meta), path("*.bam") , emit: bam , optional: true
1515
tuple val(meta), path("*.cram") , emit: cram , optional: true
16-
tuple val(meta), path("*.sam") , emit: sam , optional: true
16+
tuple val(meta), path("*.sam") , emit: sam , optional: true
1717
path "versions.yml" , emit: versions
1818

1919
when:

0 commit comments

Comments
 (0)