Skip to content

Commit

Permalink
Bump to version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Jul 2, 2021
1 parent bc4a14b commit 4abef95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dx_app/dxapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "XenoCP (St. Jude)",
"summary": "Xenograft sample cleaning pipeline",
"dxapi": "1.0.0",
"version": "3.0.0",
"version": "3.1.4",
"openSource": true,
"developers": ["user-lding", "user-mrusch", "user-athrashe"],
"authorizedUsers": [
Expand Down
18 changes: 9 additions & 9 deletions wdl/tools/xenocp.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ task get_chroms {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: ncpu
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -78,7 +78,7 @@ task extract_mismatch {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: 1
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -122,7 +122,7 @@ task extract_by_chrom {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: 1
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -175,7 +175,7 @@ task extract_unmapped {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: ncpu
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -217,7 +217,7 @@ task mapped_fastq {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: 1
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -262,7 +262,7 @@ task create_contam_list {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: 1
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -311,7 +311,7 @@ task cleanse {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: 1
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -361,7 +361,7 @@ task merge_markdup_index {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: 1
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down Expand Up @@ -409,7 +409,7 @@ task qc {
memory: memory_gb + " GB"
disk: disk_size + " GB"
cpu: ncpu
docker: 'stjude/xenocp:3.1.0'
docker: 'stjude/xenocp:3.1.4'
maxRetries: max_retries
}

Expand Down
2 changes: 1 addition & 1 deletion wdl/workflows/xenocp.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
version 1.0

import "https://raw.githubusercontent.com/stjude/xenocp/3.1.3/wdl/tools/xenocp.wdl" as xenocp_tools
import "https://raw.githubusercontent.com/stjude/xenocp/3.1.4/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"
Expand Down

0 comments on commit 4abef95

Please sign in to comment.