Skip to content

Commit

Permalink
Extended the $need_write principle of apply_tweaks() to is_excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Dec 14, 2016
1 parent 9343ca8 commit 39850dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Bio/EnsEMBL/Hive/HivePipeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ sub apply_tweaks {
print "Tweak.Changing\tanalysis[$analysis_name].is_excluded ::\t" .
$analysis_stats->is_excluded() . " --> $new_value_str\n";
$analysis_stats->is_excluded($new_value);
$need_write = 1;
}
}
} elsif($analysis->can($attrib_name)) {
Expand Down

0 comments on commit 39850dc

Please sign in to comment.