diff --git a/.dockstore.yml b/.dockstore.yml index 74f6edafa..f384b7156 100644 --- a/.dockstore.yml +++ b/.dockstore.yml @@ -158,4 +158,7 @@ workflows: primaryDescriptorPath: /wdl/pipelines/TechAgnostic/TertiaryAnalysis/PfalciparumPolygenomicityBarcodeEstimate.wdl - name: BackupWorkspace subclass: wdl - primaryDescriptorPath: /wdl/pipelines/TechAgnostic/Utility/BackupWorkspace.wdl \ No newline at end of file + primaryDescriptorPath: /wdl/pipelines/TechAgnostic/Utility/BackupWorkspace.wdl +- name: MakeIGVScreenPNGs + subclass: wdl + primaryDescriptorPath: /wdl/pipelines/TechAgnostic/Utility/MakeIGVScreenPNGs.wdl diff --git a/wdl/pipelines/PacBio/Utility/IGV_HaplotypeViz.wdl b/wdl/pipelines/TechAgnostic/Utility/MakeIGVScreenPNGs.wdl similarity index 98% rename from wdl/pipelines/PacBio/Utility/IGV_HaplotypeViz.wdl rename to wdl/pipelines/TechAgnostic/Utility/MakeIGVScreenPNGs.wdl index 01cb6c0da..fee0f8afe 100644 --- a/wdl/pipelines/PacBio/Utility/IGV_HaplotypeViz.wdl +++ b/wdl/pipelines/TechAgnostic/Utility/MakeIGVScreenPNGs.wdl @@ -1,6 +1,6 @@ version 1.0 -workflow IGVScreenshotWorkflow { +workflow MakeIGVScreenPNGs { input { File aligned_bam_hap1 @@ -126,6 +126,7 @@ task RunIGVScreenshot { memory: "~{memory_mb} MB" cpu: 2 disks: "local-disk ~{disk_gb} SSD" + preemptible: 3 } output {