Skip to content

Commit a4e9eb6

Browse files
author
Peter Amstutz
committed
Adjust core request in bwa command line test from 4 to 2.
1 parent a5b1032 commit a4e9eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v1.0/conformance_test_v1.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- job: v1.0/bwa-mem-job.json
22
tool: v1.0/bwa-mem-tool.cwl
33
output:
4-
args: [bwa, mem, -t, '4', -I, '1,2,3,4', -m, '3',
4+
args: [bwa, mem, -t, '2', -I, '1,2,3,4', -m, '3',
55
chr20.fa,
66
example_human_Illumina.pe_1.fastq,
77
example_human_Illumina.pe_2.fastq]

v1.0/v1.0/bwa-mem-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class: CommandLineTool
66

77
hints:
88
- class: ResourceRequirement
9-
coresMin: 4
9+
coresMin: 2
1010
- class: DockerRequirement
1111
dockerPull: python:2-slim
1212

0 commit comments

Comments
 (0)