Skip to content

Commit

Permalink
changing localization_optional to false in mutect tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Evelyn Schmidt committed Nov 20, 2023
1 parent 23239c4 commit e6893ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions definitions/tools/mutect.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ task mutect {
}

parameter_meta {
tumor_bam: { localization_optional: true }
tumor_bam_bai: { localization_optional: true }
normal_bam: { localization_optional: true }
normal_bam_bai: { localization_optional: true }
tumor_bam: { localization_optional: false }
tumor_bam_bai: { localization_optional: false }
normal_bam: { localization_optional: false }
normal_bam_bai: { localization_optional: false }
}

Float reference_size = size([reference, reference_fai, reference_dict], "GB")
Expand Down

0 comments on commit e6893ad

Please sign in to comment.