Skip to content

Commit

Permalink
descattered recalbams & leftalign
Browse files Browse the repository at this point in the history
  • Loading branch information
vidboda committed Sep 26, 2024
1 parent 69060c3 commit 541006f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/gatkLeftAlignIndels.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task gatkLeftAlignIndels {
}
output {
File lAlignedBam = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/~{SampleID}.dupmarked.recal.laligned.bam"
File lAlignedBamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/recal_bams/~{SampleID}.dupmarked.recal.laligned.bai"
File lAlignedBamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/~{SampleID}.dupmarked.recal.laligned.bai"
# File lAlignedBam = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/recal_bams/~{SampleID}.~{IntervalName}.dupmarked.recal.laligned.bam"
# File lAlignedBamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/recal_bams/~{SampleID}.~{IntervalName}.dupmarked.recal.laligned.bai"
}
Expand Down
4 changes: 2 additions & 2 deletions panelCapture.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ workflow panelCapture {
input:
Queue = defQueue,
Cpu = cpuLow,
Memory = memoryLow,
Memory = memoryHigh,
SampleID = sampleID,
OutDir = outDir,
WorkflowType = workflowType,
Expand All @@ -329,7 +329,7 @@ workflow panelCapture {
input:
Queue = defQueue,
Cpu = cpuLow,
Memory = memoryLow,
Memory = memoryHigh,
SampleID = sampleID,
OutDir = outDir,
WorkflowType = workflowType,
Expand Down

0 comments on commit 541006f

Please sign in to comment.