Browse Source

fix bug

master
YaqingLiu 4 years ago
parent
commit
af7d6e59a7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      workflow.wdl

+ 3
- 0
workflow.wdl View File

@@ -2,6 +2,9 @@ import "./tasks/MD5.wdl" as MD5

workflow {{ project_name }} {
File file
String docker
String cluster_config
String disk_size

call MD5.MD5 as MD5 {
input:

Loading…
Cancel
Save