Skip to content

Commit

Permalink
Fix imports for 3.1.1 of XenoCP
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Jun 27, 2023
1 parent 5cd861c commit ebaff6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wdl/workflows/xenocp.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
version 1.0

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

workflow xenocp {
input {
Expand Down

0 comments on commit ebaff6a

Please sign in to comment.