Skip to content

Commit 4abef95

Browse files
committed
Bump to version 3.1.4
1 parent bc4a14b commit 4abef95

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

dx_app/dxapp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "XenoCP (St. Jude)",
44
"summary": "Xenograft sample cleaning pipeline",
55
"dxapi": "1.0.0",
6-
"version": "3.0.0",
6+
"version": "3.1.4",
77
"openSource": true,
88
"developers": ["user-lding", "user-mrusch", "user-athrashe"],
99
"authorizedUsers": [

wdl/tools/xenocp.wdl

+9-9
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ task get_chroms {
3535
memory: memory_gb + " GB"
3636
disk: disk_size + " GB"
3737
cpu: ncpu
38-
docker: 'stjude/xenocp:3.1.0'
38+
docker: 'stjude/xenocp:3.1.4'
3939
maxRetries: max_retries
4040
}
4141

@@ -78,7 +78,7 @@ task extract_mismatch {
7878
memory: memory_gb + " GB"
7979
disk: disk_size + " GB"
8080
cpu: 1
81-
docker: 'stjude/xenocp:3.1.0'
81+
docker: 'stjude/xenocp:3.1.4'
8282
maxRetries: max_retries
8383
}
8484

@@ -122,7 +122,7 @@ task extract_by_chrom {
122122
memory: memory_gb + " GB"
123123
disk: disk_size + " GB"
124124
cpu: 1
125-
docker: 'stjude/xenocp:3.1.0'
125+
docker: 'stjude/xenocp:3.1.4'
126126
maxRetries: max_retries
127127
}
128128

@@ -175,7 +175,7 @@ task extract_unmapped {
175175
memory: memory_gb + " GB"
176176
disk: disk_size + " GB"
177177
cpu: ncpu
178-
docker: 'stjude/xenocp:3.1.0'
178+
docker: 'stjude/xenocp:3.1.4'
179179
maxRetries: max_retries
180180
}
181181

@@ -217,7 +217,7 @@ task mapped_fastq {
217217
memory: memory_gb + " GB"
218218
disk: disk_size + " GB"
219219
cpu: 1
220-
docker: 'stjude/xenocp:3.1.0'
220+
docker: 'stjude/xenocp:3.1.4'
221221
maxRetries: max_retries
222222
}
223223

@@ -262,7 +262,7 @@ task create_contam_list {
262262
memory: memory_gb + " GB"
263263
disk: disk_size + " GB"
264264
cpu: 1
265-
docker: 'stjude/xenocp:3.1.0'
265+
docker: 'stjude/xenocp:3.1.4'
266266
maxRetries: max_retries
267267
}
268268

@@ -311,7 +311,7 @@ task cleanse {
311311
memory: memory_gb + " GB"
312312
disk: disk_size + " GB"
313313
cpu: 1
314-
docker: 'stjude/xenocp:3.1.0'
314+
docker: 'stjude/xenocp:3.1.4'
315315
maxRetries: max_retries
316316
}
317317

@@ -361,7 +361,7 @@ task merge_markdup_index {
361361
memory: memory_gb + " GB"
362362
disk: disk_size + " GB"
363363
cpu: 1
364-
docker: 'stjude/xenocp:3.1.0'
364+
docker: 'stjude/xenocp:3.1.4'
365365
maxRetries: max_retries
366366
}
367367

@@ -409,7 +409,7 @@ task qc {
409409
memory: memory_gb + " GB"
410410
disk: disk_size + " GB"
411411
cpu: ncpu
412-
docker: 'stjude/xenocp:3.1.0'
412+
docker: 'stjude/xenocp:3.1.4'
413413
maxRetries: max_retries
414414
}
415415

wdl/workflows/xenocp.wdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
version 1.0
2929

30-
import "https://raw.githubusercontent.com/stjude/xenocp/3.1.3/wdl/tools/xenocp.wdl" as xenocp_tools
30+
import "https://raw.githubusercontent.com/stjude/xenocp/3.1.4/wdl/tools/xenocp.wdl" as xenocp_tools
3131
import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/bwa.wdl"
3232
import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/star.wdl"
3333
import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/picard.wdl"

0 commit comments

Comments
 (0)