Skip to content

Commit bc1ced3

Browse files
committed
Fixed include paths on Dorado wdl.
1 parent 7e5f5db commit bc1ced3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wdl/pipelines/ONT/Preprocessing/ONTBasecallDorado.wdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ version 1.0
99
# linearly but untested.
1010
##########################################################################################
1111
12-
import "Utils.wdl" as Utils
13-
import "ONTUtils.wdl" as ONT
14-
import "Structs.wdl"
12+
import "../../../tasks/Utility/Utils.wdl" as Utils
13+
import "../../../tasks/Utility/ONTUtils.wdl" as ONT
14+
import "../../../structs/Structs.wdl"
1515

1616
workflow Dorado {
1717

0 commit comments

Comments
 (0)