mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
parent
5832fbc225
commit
cc671a5f3c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ process SVDB_MERGE {
|
||||||
def prio = ""
|
def prio = ""
|
||||||
if(priority) {
|
if(priority) {
|
||||||
prio = "--priority ${priority.join(',')}"
|
prio = "--priority ${priority.join(',')}"
|
||||||
|
input = ""
|
||||||
for (int index = 0; index < vcfs.size(); index++) {
|
for (int index = 0; index < vcfs.size(); index++) {
|
||||||
input += " ${vcfs[index]}:${priority[index]}"
|
input += " ${vcfs[index]}:${priority[index]}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue