Skip to content

Commit

Permalink
No need to localize Ref fasta for Samtools depth
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jun 17, 2024
1 parent 6e85aec commit c82669a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CoverageProfiler/CoverageProfiler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ workflow coverageProfile {
sampleName = sampleName,
alignedBam = alignedBam,
alignedBamIndex = alignedBamIndex,
referenceFasta = referenceFasta,
referenceDict = referenceDict,
referenceFai = referenceFai,
target_bed = IntervalListToBed.bed_intervals,
minBaseQuality = MinBaseQuality,
minMappingQuality = MinMappingQuality
Expand Down Expand Up @@ -131,9 +128,6 @@ workflow coverageProfile {
String sampleName
File alignedBam
File alignedBamIndex
File referenceFasta
File referenceDict
File referenceFai
File target_bed
Int minBaseQuality
Int minMappingQuality
Expand Down

0 comments on commit c82669a

Please sign in to comment.