Skip to content
Snippets Groups Projects
Commit 9eb599e1 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

added an option to run all stats even if there has not been any change

parent 12a2fda4
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,9 @@ sub run {
}
my $all = $self->production_flow($dba, 'all');
if ($self->param('run_all')) {
$all = 2;
}
if($all) {
push(@dbs, [$self->input_id($dba), $all]);
my $karyotype = $self->production_flow($dba, 'karyotype');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment