-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make LocalizeReads Optional in GatherSampleEvidence (#620)
* Added boolean variable to GatherSampleEvidence to indicate if LocalizeReads should be run with default value of true; if false, the task will be skipped. * Removed redundant implementation of localized reads in GatherSampleEvidence.wdl * Updated GatherSampleEvidence rb.CramToBamReviseBase to use input cram/bam from LocalizeReads if itis called only * Updated GatherSampleEvidence rb.CramToBamReviseBase to use input cram/bam from LocalizeReads if itis called only * Fixed the file to check for revise_bam, localize reads, and then uses the original file * Changed location of variable and input to better flow with current wdl formatting
- Loading branch information
1 parent
7607a32
commit dc92e9f
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters