mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 08:59:55 +00:00
style: use named parameters for closure
This commit is contained in:
parent
c2ad421051
commit
aa2410a871
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ workflow DB_CHECK {
|
||||||
}
|
}
|
||||||
|
|
||||||
ch_dbs_for_untar = parsed_samplesheet
|
ch_dbs_for_untar = parsed_samplesheet
|
||||||
.branch {
|
.branch { db_meta, db ->
|
||||||
untar: it[1].toString().endsWith(".tar.gz")
|
untar: db.name.endsWith(".tar.gz")
|
||||||
skip: true
|
skip: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue