From: swz Date: Thu, 2 Nov 2023 15:51:09 +0000 (+0000) Subject: No issue # X-Git-Url: https://git.arvados.org/lightning.git/commitdiff_plain/refs/heads/20821-bugfix-release No issue # Arvados-DCO-1.1-Signed-off-by: Sarah Zaranek --- diff --git a/cwl/lightning/lightning-choose-samples.cwl b/cwl/lightning/lightning-choose-samples.cwl index 92bef11336..f03c585aba 100644 --- a/cwl/lightning/lightning-choose-samples.cwl +++ b/cwl/lightning/lightning-choose-samples.cwl @@ -44,7 +44,7 @@ arguments: - prefix: "-case-control-file=" valueFrom: $(inputs.phenotypesdir) separate: false - - "-case-control-column=DISEASE" + - "-case-control-column=AD" - prefix: "-training-set-size=" valueFrom: $(inputs.trainingsetsize) separate: false diff --git a/cwl/lightning/lightning-import.cwl b/cwl/lightning/lightning-import.cwl index d32a2d5fe1..10aa308809 100644 --- a/cwl/lightning/lightning-import.cwl +++ b/cwl/lightning/lightning-import.cwl @@ -9,6 +9,9 @@ class: CommandLineTool requirements: NetworkAccess: networkAccess: true + EnvVarRequirement: + envDef: + GOMAXPROCS: "48" hints: DockerRequirement: dockerPull: lightning @@ -41,7 +44,6 @@ arguments: - "-output-tiles=true" - "-batches=1" - "-batch=0" - - "-GOMAXPROCS=48" - prefix: "-save-incomplete-tiles=" valueFrom: $(inputs.saveincomplete) separate: false