Skip to content

Commit

Permalink
fix filename for MT file
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Apr 18, 2023
1 parent d3af3b7 commit 697ed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MIP/Recipes/Analysis/Vep.pm
Expand Up @@ -1705,7 +1705,7 @@ sub analysis_vep_me {
{
filehandle => $filehandle,
force => 1,
infile_path => $vep_non_mt_outfile_path,
infile_path => $vep_mt_outfile_path,
}
);
say {$filehandle} $NEWLINE;
Expand Down

0 comments on commit 697ed48

Please sign in to comment.