From 080ab7ae1302583a3f7c25c3469e1706d109a68d Mon Sep 17 00:00:00 2001 From: Austyn Trull Date: Mon, 13 Jan 2025 09:23:31 -0600 Subject: [PATCH] Fixing linting --- modules/local/ucsc_gtftogenepred.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/local/ucsc_gtftogenepred.nf b/modules/local/ucsc_gtftogenepred.nf index 59f131b..5aed347 100644 --- a/modules/local/ucsc_gtftogenepred.nf +++ b/modules/local/ucsc_gtftogenepred.nf @@ -21,7 +21,7 @@ process UCSC_GTFTOGENEPRED { def args = task.ext.args ?: '' def prefix = task.ext.prefix ?: "${gtf.baseName}" // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions. - def VERSION = '447' + def VERSION = '447' """ gtfToGenePred \\ $args \\ @@ -37,7 +37,7 @@ process UCSC_GTFTOGENEPRED { stub: def prefix = task.ext.prefix ?: "${gtf.baseName}" // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions. - def VERSION = '447' + def VERSION = '447' """ touch ${prefix}.genepred