Skip to content

Commit

Permalink
Merge pull request #7 from EI-CoreBioinformatics/reat-5-failmerge
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
ljyanesm authored Jun 1, 2021
2 parents 6546175 + 6390ad0 commit b28bd45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ workflow portcullis {
}
}
Array[File] def_grouped_pass = groupedFull.pass_tab
Array[File] def_grouped_fail = groupedFull.pass_tab
Array[File] def_grouped_fail = groupedFull.fail_tab
}
if (!defined(group_to_samples)) {
Expand All @@ -67,7 +67,7 @@ workflow portcullis {
}
}
Array[File] def_ungrouped_pass = Full.pass_tab
Array[File] def_ungrouped_fail = Full.pass_tab
Array[File] def_ungrouped_fail = Full.fail_tab
}
Array[File] to_merge_pass = select_first([def_grouped_pass, def_ungrouped_pass])
Expand Down

0 comments on commit b28bd45

Please sign in to comment.