Skip to content

Commit ebaff6a

Browse files
committed
Fix imports for 3.1.1 of XenoCP
1 parent 5cd861c commit ebaff6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wdl/workflows/xenocp.wdl

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
2828
version 1.0
2929

30-
import "https://raw.githubusercontent.com/stjude/xenocp/master/wdl/tools/xenocp.wdl" as xenocp_tools
31-
import "https://raw.githubusercontent.com/stjudecloud/workflows/master/tools/bwa.wdl"
32-
import "https://raw.githubusercontent.com/stjudecloud/workflows/master/tools/star.wdl"
33-
import "https://raw.githubusercontent.com/stjudecloud/workflows/master/tools/picard.wdl"
30+
import "https://raw.githubusercontent.com/stjude/xenocp/3.1.1/wdl/tools/xenocp.wdl" as xenocp_tools
31+
import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/bwa.wdl"
32+
import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/star.wdl"
33+
import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/picard.wdl"
3434

3535
workflow xenocp {
3636
input {

0 commit comments

Comments
 (0)