1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 12:39:56 +00:00

More comments

This commit is contained in:
James Fellows Yates 2022-12-12 11:04:21 +01:00
parent 460f3ca157
commit 7c66968fef

View file

@ -12,6 +12,7 @@ workflow DB_CHECK {
ch_versions = Channel.empty()
// 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)
.splitCsv ( header:true, sep:',' )
.map {[it.tool, it.db_name] }