Skip to content

Commit

Permalink
add in failing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu7 committed Aug 17, 2022
1 parent 5dced1e commit e4156c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validate-seqtools/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ process validateSeqtools {
-j local_copy \
${args_skip_md5sum_check} \
> seq-tools.log 2>&1
rm local_copy
ls validation_report.PASS*.jsonl && ( exit 0 || exit 1)
"""
}

Expand Down
File renamed without changes.

0 comments on commit e4156c1

Please sign in to comment.