Skip to content

Commit 868c93a

Browse files
committed
Initialize ch_gtf
1 parent ec0057f commit 868c93a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • subworkflows/local/prepare_genome

subworkflows/local/prepare_genome/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ workflow PREPARE_GENOME {
5454
//
5555
// Uncompress GTF annotation file or create from GFF3 if required
5656
//
57+
ch_gtf = channel.empty()
5758
if (gtf) {
5859
if (gtf.endsWith('.gz')) {
5960
ch_gtf = GUNZIP_GTF([[:], gtf]).gunzip.map { it[1] }

0 commit comments

Comments
 (0)