Skip to content

Commit

Permalink
annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Sep 13, 2024
1 parent 3af2b52 commit a87672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/raredisease.nf
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ workflow RAREDISEASE {
//
// ANNOTATE MT SNVs
//
if (!params.skip_mt_annotation && (params.run_mt_for_wes || params.analysis_type.equals("wgs"))) {
if (!params.skip_mt_annotation && (params.run_mt_for_wes || params.analysis_type.matches("wgs|mito"))) {

ANNOTATE_MT_SNVS (
CALL_SNV.out.mt_vcf,
Expand Down

0 comments on commit a87672e

Please sign in to comment.