Skip to content

Commit

Permalink
fix path to sanity check input (broadinstitute#502)
Browse files Browse the repository at this point in the history
* fix path to sanity check input

* add disable_sanity_check as input

* add meta block to wdl
  • Loading branch information
nikellepetrillo authored Nov 10, 2021
1 parent 563b5b9 commit 8cb1470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,8 @@ workflow TargetedSomaticSingleSample {

File validate_cram_file_report = BamToCram.validate_cram_file_report
}

meta {
allowNestedInputs: true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@

"TargetedSomaticSingleSample.hard_clip_reads": false,
"TargetedSomaticSingleSample.bin_base_qualities": false,
"TargetedSomaticSingleSample.UnmappedBamToAlignedBam.UnmappedBamToAlignedBam.CheckContamination.disable_sanity_check": true
"TargetedSomaticSingleSample.UnmappedBamToAlignedBam.CheckContamination.disable_sanity_check": true
}

0 comments on commit 8cb1470

Please sign in to comment.