Skip to content

Commit

Permalink
fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed Nov 4, 2024
1 parent dc893b6 commit 73d0ced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import "../tasks/AggregatedBamQC.wdl" as AggregatedQC
import "../tasks/Qc.wdl" as QC
import "../tasks/BamToCram.wdl" as ToCram
import "../tasks/Utilities.wdl" as Utilities
import "../pipelines/VariantCalling.wdl" as ToGvcf
import "./VariantCalling.wdl" as ToGvcf
import "../structs/DNASeqStructs.wdl"

# WORKFLOW DEFINITION
Expand Down
8 changes: 4 additions & 4 deletions WholeGenomeGermlineSingleSample/tasks/SplitLargeReadGroup.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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/Alignment.wdl" as Alignment
import "./tasks/DragmapAlignment.wdl" as DragmapAlignment
import "./tasks/BamProcessing.wdl" as Processing
import "./tasks/Utilities.wdl" as Utils
import "./Alignment.wdl" as Alignment
import "./DragmapAlignment.wdl" as DragmapAlignment
import "./BamProcessing.wdl" as Processing
import "./Utilities.wdl" as Utils
import "../structs/DNASeqStructs.wdl" as Structs

workflow SplitLargeReadGroup {
Expand Down

0 comments on commit 73d0ced

Please sign in to comment.