Skip to content

Commit 739e504

Browse files
Update main.nf
1 parent 85b0baa commit 739e504

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • modules/local/transcriptclean

modules/local/transcriptclean/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ process TRANSCRIPTCLEAN {
5353
'biocontainers/transcriptclean:v2.0.2_cv1' }"
5454

5555
input:
56-
tuple val(meta), path(sam), path(fasta), path(vcf), path(splice_junctions), val(params)
56+
tuple val(meta), path(sam), path(fasta), path(vcf), path(splice_junctions)
5757

5858
output:
5959
tuple val(meta), path("*.sam"), emit: sam
6060
tuple val(meta), path("*.fasta"), emit: fasta
61-
tuple val(meta), path("*.TE.log"), emit: log
61+
tuple val(meta), path("*.TE.log"), emit: TE.log
6262
tuple val(meta), path("*.log"), emit: log
6363
path "versions.yml", emit: versions
6464

@@ -139,4 +139,4 @@ process GENERATE_REPORT {
139139
transcriptclean: \$(echo \$(transcriptclean --version 2>&1) | sed 's/^.*transcriptclean //; s/Using.*\$//' ))
140140
END_VERSIONS
141141
"""
142-
}
142+
}

0 commit comments

Comments
 (0)