Skip to content

Commit

Permalink
fixing chimeric junction filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Mar 4, 2022
1 parent ba96f11 commit 4e59123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/MIP/Recipes/Analysis/Star_aln.pm
Expand Up @@ -904,7 +904,6 @@ sub analysis_star_fusion_aln {
}
)
);
my $outdir_path = $io{out}{dir_path};
my $outfile_name = ${ $io{out}{file_names} }[0];
my $outfile_path = $io{out}{file_path};
my $outfile_path_prefix = $io{out}{file_path_prefix};
Expand Down Expand Up @@ -1048,7 +1047,7 @@ sub analysis_star_fusion_aln {
gnu_mv(
{
filehandle => $filehandle,
infile_path => catfile( $outdir_path, q{Chimeric.out.junction} ),
infile_path => $outfile_path_prefix . $DOT . q{Chimeric.out.junction},
outfile_path => $outfile_path,
}
);
Expand Down

0 comments on commit 4e59123

Please sign in to comment.