Skip to content

Commit

Permalink
Merge pull request #2018 from Clinical-Genomics/feature/fixing_gens_i…
Browse files Browse the repository at this point in the history
…ndex

Adds index path to Gens deliverables
  • Loading branch information
jemten committed Mar 3, 2023
2 parents 97d5b2f + 22b7abd commit 656220f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MIP/Recipes/Analysis/Gens_generatedata.pm
Expand Up @@ -253,6 +253,7 @@ sub analysis_gens_generatedata {
format => q{bed},
id => $sample_id,
path => $outfile_path{$file_tag},
path_index => $outfile_path{$file_tag} . q{.tbi},
recipe_name => $recipe_name,
sample_info_href => $sample_info_href,
tag => $file_tag,
Expand Down

0 comments on commit 656220f

Please sign in to comment.