Skip to content

Commit

Permalink
refactor to use modern workflow registration
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad committed Sep 25, 2024
1 parent c6ed295 commit 54bb490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,7 @@ workflows:
primaryDescriptorPath: /wdl/pipelines/TechAgnostic/TertiaryAnalysis/PfalciparumPolygenomicityBarcodeEstimate.wdl
- name: BackupWorkspace
subclass: wdl
primaryDescriptorPath: /wdl/pipelines/TechAgnostic/Utility/BackupWorkspace.wdl
primaryDescriptorPath: /wdl/pipelines/TechAgnostic/Utility/BackupWorkspace.wdl
- name: MakeIGVScreenPNGs
subclass: wdl
primaryDescriptorPath: /wdl/pipelines/TechAgnostic/Utility/MakeIGVScreenPNGs.wdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 1.0

workflow IGVScreenshotWorkflow {
workflow MakeIGVScreenPNGs {

input {
File aligned_bam_hap1
Expand Down Expand Up @@ -126,6 +126,7 @@ task RunIGVScreenshot {
memory: "~{memory_mb} MB"
cpu: 2
disks: "local-disk ~{disk_gb} SSD"
preemptible: 3
}

output {
Expand Down

0 comments on commit 54bb490

Please sign in to comment.