Skip to content

Commit

Permalink
Merge pull request #153 from dozy/p4_master_patch_rel_0.18.1
Browse files Browse the repository at this point in the history
P4 master patch rel 0.18.1
  • Loading branch information
dozy authored Jun 27, 2016
2 parents 0641b01 + 6b03207 commit a3a9b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/vtfp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a3a9b5b

Please sign in to comment.