Skip to content

Commit

Permalink
I hope this is the final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mei Wu committed Sep 9, 2021
1 parent f9bf4bf commit 536de3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/analysis_mt_annotation.t
Expand Up @@ -51,6 +51,7 @@ test_log( { log_name => q{MIP}, no_screen => 1, } );

## Given analysis parameters
my $recipe_name = q{mt_annotation};
my $offline = q{mt_offline};
my $slurm_mock_cmd = catfile( $Bin, qw{ data modules slurm-mock.pl } );

my %active_parameter = test_mip_hashes(
Expand All @@ -60,6 +61,7 @@ my %active_parameter = test_mip_hashes(
}
);
$active_parameter{$recipe_name} = 1;
$active_parameter{$offline} = 1;
$active_parameter{recipe_core_number}{$recipe_name} = 1;
$active_parameter{recipe_time}{$recipe_name} = 1;
my $case_id = $active_parameter{case_id};
Expand Down

0 comments on commit 536de3e

Please sign in to comment.