mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:53:08 +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
|
||||
.branch {
|
||||
untar: it[1].toString().endsWith(".tar.gz")
|
||||
.branch { db_meta, db ->
|
||||
untar: db.name.endsWith(".tar.gz")
|
||||
skip: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue