Skip to content

Commit

Permalink
Use debug analysis docker to complete the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Aug 18, 2023
1 parent cc1d212 commit 0682abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlignmentBasedCNVEvaluation/AlignmentBasedCNVEvaluation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ version 1.0
memory: "128 GB"
disks: "local-disk ~{diskSizeGB} HDD"
preemptible: 0
maxRetries: 0
maxRetries: 1
}
}

Expand Down Expand Up @@ -228,7 +228,7 @@ version 1.0
Array[File] cnv_copy_number = glob("*_annoed_copy_number.txt")
}
runtime {
docker: analysis_docker
docker: "us.gcr.io/tag-team-160914/cnv_alignment_analysis:debug"
bootDiskSizeGb: 12
cpu: 1
memory: "32 GB"
Expand Down

0 comments on commit 0682abd

Please sign in to comment.