File Info

Filename
.command.yaml
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/86/9b87b3f2076186c69faa9796570d0d/.command.yaml
Size
2.7 KB
Attempt
apiVersion: batch/v1
kind: Job
metadata:
  name: nf-869b87b3f2076186c69faa9796570d0d-b7f79
  namespace: nextflow
  labels: &id001 {nextflow.io/processName: NIPT_CALLING_CONCAT_VCFS, nextflow.io/runName: nipt-horizon-5pct10pct-stutter-wgs-xgenbed-6a230cdf,
    nextflow.io/sessionId: uuid-3ab37db2-540b-4630-91a0-89dbdc9be62c, pltf/run-name: nipt-horizon-5pct10pct-stutter-wgs-xgenbed-6a230cdf,
    pltf/run-component: task, nextflow.io/app: nextflow, nextflow.io/taskName: NIPT_CALLING_CONCAT_VCFS_5pct-FF-HG00733,
    pltf/run-id: 7615eabd, pltf/run-engine: nextflow, pltf/run-creator: tdouglas}
  ownerReferences:
  - {apiVersion: v1, kind: Pod, name: nipt-horizon-5pct10pct-stutter-wgs-xgenbed-6a230cdf-7615eak6kmz,
    uid: eaac196c-05bf-4b17-842b-9b95fdd40ced, controller: true, blockOwnerDeletion: true}
spec:
  backoffLimit: 0
  template:
    metadata:
      name: nf-869b87b3f2076186c69faa9796570d0d-b7f79
      namespace: nextflow
      labels: *id001
    spec:
      restartPolicy: Never
      containers:
      - name: nextflow
        image: 292967571998.dkr.ecr.us-west-2.amazonaws.com/community.wave.seqera.io/library/htslib_pysam_numpy_scipy:275cef53a6366c67
        args: [/bin/bash, -o, pipefail, -c, 'trap "{ ret=$?; /opt/s5cmd/bin/s5cmd
            --log error cp .command.log s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/86/9b87b3f2076186c69faa9796570d0d/.command.log||true;
            exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/86/9b87b3f2076186c69faa9796570d0d/.command.run
            | bash 2>&1 | tee .command.log']
        workingDir: /tmp
        imagePullPolicy: Always
        env:
        - {name: SSL_CERT_DIR, value: /opt/s5cmd/ssl/certs}
        - {name: SSL_CERT_FILE, value: /opt/s5cmd/ssl/ca-certificates.crt}
        resources:
          requests: {cpu: 2, memory: 16384Mi, ephemeral-storage: 20480Mi}
          limits: {memory: 16384Mi, ephemeral-storage: 20480Mi}
        volumeMounts:
        - {name: vol-497, mountPath: /app}
        - {name: vol-498, mountPath: /tmp}
        - {name: vol-499, mountPath: /mnt/secrets}
        - {name: vol-500, mountPath: /opt/s5cmd}
      nodeSelector: {karpenter.sh/capacity-type: on-demand}
      serviceAccountName: sa-nextflow
      securityContext: {runAsUser: 1000}
      tolerations:
      - {key: workload, operator: Equal, value: nextflow-task, effect: NoSchedule}
      activeDeadlineSeconds: 7200
      volumes:
      - name: vol-497
        emptyDir: []
      - name: vol-498
        emptyDir: []
      - name: vol-499
        secret: {secretName: aws-secrets-manager}
      - name: vol-500
        hostPath: {path: /opt/s5cmd}
  ttlSecondsAfterFinished: 28800