X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/a1a874de575c903a312a2b88394dbe87bc5590ad..9bd4631c854f6b4b262381c30864df08f2d69d47:/cwl/bwamem-samtools-sort.cwl diff --git a/cwl/bwamem-samtools-sort.cwl b/cwl/bwamem-samtools-sort.cwl index 18ad65c..2077ebd 100644 --- a/cwl/bwamem-samtools-sort.cwl +++ b/cwl/bwamem-samtools-sort.cwl @@ -10,12 +10,13 @@ requirements: dockerPull: curii/bwa-samtools-picard ShellCommandRequirement: {} ResourceRequirement: - ramMin: 26000 + ramMin: 20000 coresMin: 16 hints: arv:RuntimeConstraints: outputDirType: keep_output_dir + keep_cache: 9216 inputs: reference: @@ -58,9 +59,9 @@ arguments: - samtools - sort - -@ - - $(runtime.cores) + - '16' - -m - - '2G' + - '500M' - -l - '6' - -o