mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58: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 = ""
|
||||
if(priority) {
|
||||
prio = "--priority ${priority.join(',')}"
|
||||
input = ""
|
||||
for (int index = 0; index < vcfs.size(); index++) {
|
||||
input += " ${vcfs[index]}:${priority[index]}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue