From 349dec4a1aa21d4d029e8a822e94b6eff5659ef2 Mon Sep 17 00:00:00 2001 From: Simon Sadedin Date: Sat, 30 May 2015 22:28:12 +1000 Subject: [PATCH] add warning if GROOVY_NGS version too old --- pipeline/pipeline_stages_config.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipeline/pipeline_stages_config.groovy b/pipeline/pipeline_stages_config.groovy index d384ad55..2c9b39cc 100755 --- a/pipeline/pipeline_stages_config.groovy +++ b/pipeline/pipeline_stages_config.groovy @@ -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 = {