Skip to content

Commit

Permalink
modify memory inputs for Qc.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed Nov 4, 2024
1 parent dd1f87b commit 0cececf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,9 @@ workflows:
subclass: WDL
primaryDescriptorPath: /CNV_Array_Prober/cnvArrayProber.wdl
testParameterFiles:
- /CNV_Array_Prober/cnvArrayProber.inputs.json
- /CNV_Array_Prober/cnvArrayProber.inputs.json
- name: WholeGenomeGermlineSingleSample
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample/pipelines/WholeGenomeGermlineSingleSample.wdl
testParameterFiles:
- /WholeGenomeGermlineSingleSample/pipelines/WholeGenomeGermlineSingleSample.options.json
4 changes: 2 additions & 2 deletions WholeGenomeGermlineSingleSample/tasks/AggregatedBamQC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ version 1.0
## page at https://hub.docker.com/r/broadinstitute/genomes-in-the-cloud/ for detailed
## licensing information pertaining to the included programs.
import "../../tasks/broad/Qc.wdl" as QC
import "../../structs/dna_seq/DNASeqStructs.wdl"
import "../tasks/Qc.wdl" as QC
import "../structs/DNASeqStructs.wdl"

# WORKFLOW DEFINITION
workflow AggregatedBamQC {
Expand Down

0 comments on commit 0cececf

Please sign in to comment.