File Info

Filename
.command.yaml
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/86/c0656bd04c3f9cd54f86e727e16983/.command.yaml
Size
2.7 KB
Attempt
apiVersion: batch/v1
kind: Job
metadata:
  name: nf-86c0656bd04c3f9cd54f86e727e16983-fec4c
  namespace: nextflow
  labels: &id001 {nextflow.io/processName: NIPT_CALLING_NIPT_CALL_VARIANTS, nextflow.io/runName: nipt-horizon-5pct10pct-stutter-6a21d2ed,
    nextflow.io/sessionId: uuid-fa477ae5-4ade-42e7-8a9a-88dcb00b1c0e, pltf/run-name: nipt-horizon-5pct10pct-stutter-6a21d2ed,
    pltf/run-component: task, instanceNetworkBandwidth: '10000', nextflow.io/app: nextflow,
    nextflow.io/taskName: NIPT_CALLING_NIPT_CALL_VARIANTS_10pct-FF-HG00733_shard_0020,
    pltf/run-id: b4219dfa, pltf/run-engine: nextflow, instanceLocalNvme: 'true', pltf/run-creator: tdouglas}
  ownerReferences:
  - {apiVersion: v1, kind: Pod, name: nipt-horizon-5pct10pct-stutter-6a21d2ed-b4219dfa-mbsvl,
    uid: f7a0884f-3e17-4140-949e-bcb526862591, controller: true, blockOwnerDeletion: true}
spec:
  backoffLimit: 0
  template:
    metadata:
      name: nf-86c0656bd04c3f9cd54f86e727e16983-fec4c
      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/c0656bd04c3f9cd54f86e727e16983/.command.log||true;
            exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/86/c0656bd04c3f9cd54f86e727e16983/.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: 16, memory: 24576Mi, ephemeral-storage: 204800Mi}
          limits: {memory: 24576Mi, ephemeral-storage: 204800Mi}
        volumeMounts:
        - {name: vol-485, mountPath: /tmp}
        - {name: vol-486, mountPath: /app}
        - {name: vol-487, mountPath: /mnt/secrets}
        - {name: vol-488, mountPath: /opt/s5cmd}
      nodeSelector: {karpenter.sh/capacity-type: on-demand, kubernetes.io/arch: amd64}
      serviceAccountName: sa-nextflow
      securityContext: {runAsUser: 1000}
      tolerations:
      - {key: workload, operator: Equal, value: nextflow-task, effect: NoSchedule}
      activeDeadlineSeconds: 172800
      volumes:
      - name: vol-485
        emptyDir: []
      - name: vol-486
        emptyDir: []
      - name: vol-487
        secret: {secretName: aws-secrets-manager}
      - name: vol-488
        hostPath: {path: /opt/s5cmd}
  ttlSecondsAfterFinished: 28800