From 0913736b73084cb6eb5f3e9eac4cbbaf18f93b33 Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Mon, 27 Jun 2016 10:20:04 +0100 Subject: [PATCH 1/2] additem in ewi incorrectly appeared as "add_item" --- bin/vtfp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vtfp.pl b/bin/vtfp.pl index ffdab24ae..1006a0401 100755 --- a/bin/vtfp.pl +++ b/bin/vtfp.pl @@ -470,7 +470,7 @@ sub subst_walk { elsif(ref $elem eq q[JSON::XS::Boolean]) { } else { - $ewi->{add_item}->($EWI_WARNING, 2, "REF TYPE $r currently not processable"); + $ewi->{additem}->($EWI_WARNING, 2, "REF TYPE $r currently not processable"); } return; From 6b0320709bf33a2659374d337b9f83f2857cc3e9 Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Mon, 27 Jun 2016 10:30:46 +0100 Subject: [PATCH 2/2] update Changes file for patch release 0.18.1 --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index ec9d31941..c6fe47bb5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ CHANGES LOG ----------- +release 0.18.1 +- corrected typo (add_item instead of additem) which can cause compilation failure + release 0.18.0 - stage1 analysis : update to bcl_phix_deplex_wtsi_stage1_template; addition of new subgraphs - added bcftools_genotype_call template for library merge gtcheck qc test