Skip to content

Commit 2f7dc98

Browse files
committed
Switching imports to URL's
1 parent 598c040 commit 2f7dc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ww-fastp/testrun.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version 1.0
22

33
# Import module in question as well as the testdata module for automatic demo functionality
4-
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-fastp/ww-fastp.wdl" as ww_fastp
5-
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-testdata/ww-testdata.wdl" as ww_testdata
4+
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/add-fastp-module/modules/ww-fastp/ww-fastp.wdl" as ww_fastp
5+
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/add-fastp-module/modules/ww-testdata/ww-testdata.wdl" as ww_testdata
66

77
# Define data structure for paired-end sample inputs
88
struct FastpSample {

0 commit comments

Comments
 (0)