mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-25 19:19:55 +00:00
More comments
This commit is contained in:
parent
460f3ca157
commit
7c66968fef
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ workflow DB_CHECK {
|
||||||
ch_versions = Channel.empty()
|
ch_versions = Channel.empty()
|
||||||
|
|
||||||
// special check to check _between_ rows, for which we must group rows together
|
// special check to check _between_ rows, for which we must group rows together
|
||||||
|
// note: this will run in parallel to within-row validity, but we can assume this will run faster thus will fail first
|
||||||
Channel.fromPath(dbsheet)
|
Channel.fromPath(dbsheet)
|
||||||
.splitCsv ( header:true, sep:',' )
|
.splitCsv ( header:true, sep:',' )
|
||||||
.map {[it.tool, it.db_name] }
|
.map {[it.tool, it.db_name] }
|
||||||
|
|
Loading…
Reference in a new issue