Skip to content

Commit

Permalink
Make sure variables required for combine_file_hashes workflow are def…
Browse files Browse the repository at this point in the history
…ined.
  • Loading branch information
ajmaurais committed Sep 18, 2024
1 parent f3d09b8 commit 6e0a802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ workflow {
}
} else {
dia_qc_version = Channel.empty()
qc_report_files = Channel.empty()
gene_reports = Channel.empty()
}

Expand Down

0 comments on commit 6e0a802

Please sign in to comment.