1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:22:04 +00:00

Replace set with explicity assignment

This commit is contained in:
James Fellows Yates 2022-03-21 19:54:51 +01:00
parent 631c115e10
commit 07eed435c6

View file

@ -19,12 +19,11 @@ workflow DB_CHECK {
.map { create_db_channels(it) }
.dump(tag: "db_channel_prepped")
parsed_samplesheet
ch_dbs_for_untar = parsed_samplesheet
.branch {
untar: it[1].toString().endsWith(".tar.gz")
skip: true
}
.set{ ch_dbs_for_untar }
// TODO Filter to only run UNTAR on DBs of tools actually using?
// TODO make optional whether to save