File Info

Filename
.command.yaml
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/df/7fe65eee87dbbd22bd89d11b1ce9e0/.command.yaml
Size
3.7 KB
Attempt
apiVersion: batch/v1
kind: Job
metadata:
  name: nf-df7fe65eee87dbbd22bd89d11b1ce9e0-cb3f8
  namespace: nextflow
  labels: &id001 {nextflow.io/processName: VARIANT_COMPARISON_TSO500_FILTER_STAR_ALLELES_TRUTH,
    nextflow.io/runName: vcomp-tso500-full-20260601-185518, capacityType: spot, pltf/run-component: task,
    nextflow.io/app: nextflow, nextflow.io/taskName: VARIANT_COMPARISON_TSO500_FILTER_STAR_ALLELES_TRUTH_1029_8AV,
    pltf/run-id: 019e3aa0, pltf/run-creator: sgreer, nextflow.io/sessionId: uuid-2192a2c5-f2f2-4dde-828f-e55a453c245c,
    pltf/run-name: vcomp-tso500-full-20260601-185518, instanceMinCpuSpeedMhz: '2200',
    pltf/run-engine: nextflow, instanceLocalNvme: 'false'}
  annotations: &id002 {ad.datadoghq.com/nextflow.logs: '[{"source":"nextflow","service":"nextflow-task","log_processing_rules":[{"type":"multi_line","name":"nextflow_task_multiline","pattern":"^\\x00NEVER_MATCH"}]}]',
    ad.datadoghq.com/tags: '{"run_name":"vcomp-tso500-full-20260601-185518","run_id":"019e3aa0","run_creator":"sgreer","run_component":"task","task_process":"VARIANT_COMPARISON_TSO500:FILTER_STAR_ALLELES_TRUTH","task_name":"VARIANT_COMPARISON_TSO500:FILTER_STAR_ALLELES_TRUTH
      (1029_8AV)"}', karpenter.sh/do-not-disrupt: 'true'}
  ownerReferences:
  - {apiVersion: v1, kind: Pod, name: vcomp-tso500-full-20260601-185518-019e3aa0-dzdhv,
    uid: 90760762-9351-48e6-a02e-ef9bc4851f78, controller: true, blockOwnerDeletion: true}
spec:
  backoffLimit: 0
  template:
    metadata:
      name: nf-df7fe65eee87dbbd22bd89d11b1ce9e0-cb3f8
      namespace: nextflow
      labels: *id001
      annotations: *id002
    spec:
      restartPolicy: Never
      containers:
      - name: nextflow
        image: 292967571998.dkr.ecr.us-west-2.amazonaws.com/quay/biocontainers/bcftools:1.20--h8b25389_0
        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/df/7fe65eee87dbbd22bd89d11b1ce9e0/.command.log||true;
            exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/df/7fe65eee87dbbd22bd89d11b1ce9e0/.command.run
            | bash 2>&1 | tee .command.log']
        workingDir: /tmp
        imagePullPolicy: Always
        env:
        - {name: SSL_CERT_FILE, value: /opt/s5cmd/ssl/ca-certificates.crt}
        - {name: SSL_CERT_DIR, value: /opt/s5cmd/ssl/certs}
        resources:
          requests: {cpu: 1, memory: 6144Mi, ephemeral-storage: 51200Mi}
          limits: {memory: 6144Mi, ephemeral-storage: 51200Mi}
        volumeMounts:
        - {name: vol-2629, mountPath: /tmp}
        - {name: vol-2630, mountPath: /app}
        - {name: vol-2631, mountPath: /mnt/secrets}
        - {name: vol-2632, mountPath: /opt/s5cmd}
      nodeSelector: {workload: nextflow-task, karpenter.sh/capacity-type: spot}
      affinity:
        nodeAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            nodeSelectorTerms:
            - matchExpressions:
              - {key: eks.amazonaws.com/instance-gpu-count, operator: DoesNotExist}
              - key: eks.amazonaws.com/instance-cpu-sustained-clock-speed-mhz
                operator: Gt
                values: ['2200']
      serviceAccountName: sa-nextflow
      securityContext: {runAsUser: 1000}
      tolerations:
      - {key: workload, operator: Equal, value: nextflow-task, effect: NoSchedule}
      activeDeadlineSeconds: 14400
      volumes:
      - name: vol-2629
        emptyDir: []
      - name: vol-2630
        emptyDir: []
      - name: vol-2631
        secret: {secretName: aws-secrets-manager}
      - name: vol-2632
        hostPath: {path: /opt/s5cmd}
  ttlSecondsAfterFinished: 28800