Skip to content

Commit

Permalink
feat(chromograph_rhoviz): changed to cp from mv
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Dec 4, 2020
1 parent 33579b7 commit df33665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MIP/Recipes/Analysis/Chromograph.pm
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ sub analysis_chromograph_rhoviz {
use MIP::Parse::File qw{ parse_file_suffix parse_io_outfiles };
use MIP::Processmanagement::Processes qw{ submit_recipe };
use MIP::Program::Chromograph qw{ chromograph };
use MIP::Program::Gnu::Coreutils qw{ gnu_mv };
use MIP::Program::Gnu::Coreutils qw{ gnu_cp };
use MIP::Sample_info qw{ set_file_path_to_store set_recipe_outfile_in_sample_info };
use MIP::Script::Setup_script qw{ setup_script };

Expand Down Expand Up @@ -486,7 +486,7 @@ sub analysis_chromograph_rhoviz {
FILE_TYPE:
foreach my $file_type ( keys %infile_path ) {

gnu_mv(
gnu_cp(
{
filehandle => $filehandle,
infile_path => $infile_path{$file_type},
Expand Down

0 comments on commit df33665

Please sign in to comment.