We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e43442 + e36d5fa commit 87e9a58Copy full SHA for 87e9a58
data/workflow/WDL/metaG/annotation_output.wdl
@@ -29,8 +29,8 @@ workflow annotation_output {
29
container = container
30
}
31
output{
32
- File protein_size_hist = annotation_vis.opaver_web_path_json
33
- File opaver_web_path_json = annotation_vis.protein_size_hist
+ File protein_size_hist = annotation_vis.protein_size_hist
+ File? opaver_web_path_json = annotation_vis.opaver_web_path_json
34
35
36
@@ -80,7 +80,7 @@ task annotation_vis{
80
81
output {
82
File protein_size_hist = "~{OUTPATH}/~{projectName}.protein_size_histogram.html"
83
- File opaver_web_path_json = "~{OUTPATH}/opaver_web_path.json"
+ File? opaver_web_path_json = "~{OUTPATH}/opaver_web_path.json"
84
85
86
runtime {
0 commit comments