Skip to content

Commit

Permalink
add warning if GROOVY_NGS version too old
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed May 30, 2015
1 parent 663bdb7 commit 349dec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/pipeline_stages_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ check_tools = {
git describe --always > $output.txt || true
"""
}

if(file(GROOVY_NGS).name == "1.0")
fail "This version of Cpipe requires GROOVY_NGS >= 1.0.1. Please edit config.groovy to set the latest version of tools/groovy-ngs-utils"
}

check_sample_info = {
Expand Down

0 comments on commit 349dec4

Please sign in to comment.