Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Dec 12, 2022
1 parent 460f3ca commit 7c66968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subworkflows/local/db_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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] }
Expand Down

0 comments on commit 7c66968

Please sign in to comment.