Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Nov 5, 2020
1 parent 677eb9f commit aa4a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MIP/Recipes/Analysis/Glnexus.pm
Expand Up @@ -256,7 +256,7 @@ sub analysis_glnexus {
foreach my $dv_file_name_prefix (qw { .vcf.gz .vcf.gz.tbi }) {
gnu_cp {
filehandle => $filehandle,
infile_path => @genotype_infile_path_prefixes[0] . $dv_file_name_prefix,
infile_path => $genotype_infile_path_prefixes[0] . $dv_file_name_prefix,
outfile_path => $outfile_path_prefix . $dv_file_name_prefix,
};
say {$filehandle} $NEWLINE;
Expand Down

0 comments on commit aa4a22c

Please sign in to comment.