mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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 {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
@ -24,8 +26,6 @@ process VARDICTJAVA {
|
|||
def args2 = task.ext.args2 ?: ''
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
|
||||
def VERSION = '1.8.3'
|
||||
|
||||
"""
|
||||
vardict-java \\
|
||||
$args \\
|
||||
|
|
Loading…
Reference in a new issue