Skip to content

Commit

Permalink
Fix ECLint
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Mar 17, 2023
1 parent d79d22f commit 6c63436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NfcoreTemplate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class NfcoreTemplate {
if (workflow.stats.ignoredCount != 0) {
color = colors.yellow
status += ['with errored process(es)']
}
}
if (fail_mapped_count > 0 || fail_trimmed_count > 0 || fail_strand_count > 0) {
color = colors.yellow
status += ['with skipped sampl(es)']
Expand Down

0 comments on commit 6c63436

Please sign in to comment.