mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
put the version on top of the file
This commit is contained in:
parent
71c5d21374
commit
d33253513f
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
def VERSION = '1.8.3'
|
||||||
|
|
||||||
process VARDICTJAVA {
|
process VARDICTJAVA {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
@ -24,8 +26,6 @@ process VARDICTJAVA {
|
||||||
def args2 = task.ext.args2 ?: ''
|
def args2 = task.ext.args2 ?: ''
|
||||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||||
|
|
||||||
def VERSION = '1.8.3'
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
vardict-java \\
|
vardict-java \\
|
||||||
$args \\
|
$args \\
|
||||||
|
|
Loading…
Reference in a new issue