Skip to content

Commit

Permalink
Set germline resources for targeted SAGE, PURPLE
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Sep 10, 2024
1 parent 60894a9 commit f81869e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/targeted.nf
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ workflow TARGETED {
ref_data.genome_fai,
ref_data.genome_dict,
hmf_data.sage_known_hotspots_somatic,
[], // sage_known_hotspots_germline
hmf_data.sage_known_hotspots_germline,
panel_data.sage_actionable_panel,
panel_data.sage_coverage_panel,
hmf_data.sage_highconf_regions,
Expand Down Expand Up @@ -441,10 +441,10 @@ workflow TARGETED {
ref_data.genome_dict,
hmf_data.gc_profile,
hmf_data.sage_known_hotspots_somatic,
[], // sage_known_hotspots_germline
hmf_data.sage_known_hotspots_germline,
panel_data.driver_gene_panel,
hmf_data.ensembl_data_resources,
[], // purple_germline_del
hmf_data.purple_germline_del,
panel_data.target_region_bed,
panel_data.target_region_ratios,
panel_data.target_region_msi_indels,
Expand Down

0 comments on commit f81869e

Please sign in to comment.