Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull314 committed Jan 13, 2025
1 parent 5643cd7 commit 080ab7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/ucsc_gtftogenepred.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\
Expand All @@ -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
Expand Down

0 comments on commit 080ab7a

Please sign in to comment.