We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5f5db commit bc1ced3Copy full SHA for bc1ced3
wdl/pipelines/ONT/Preprocessing/ONTBasecallDorado.wdl
@@ -9,9 +9,9 @@ version 1.0
9
# linearly but untested.
10
##########################################################################################
11
12
-import "Utils.wdl" as Utils
13
-import "ONTUtils.wdl" as ONT
14
-import "Structs.wdl"
+import "../../../tasks/Utility/Utils.wdl" as Utils
+import "../../../tasks/Utility/ONTUtils.wdl" as ONT
+import "../../../structs/Structs.wdl"
15
16
workflow Dorado {
17
0 commit comments