File Info

Filename
.command.yaml
Full Path
s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/4e/2c2da3ac01d520247f96d35e321f20/.command.yaml
Size
3.3 KB
Attempt
apiVersion: batch/v1
kind: Job
metadata:
  name: nf-4e2c2da3ac01d520247f96d35e321f20-048af
  namespace: nextflow
  labels: &id001 {nextflow.io/processName: MUTECT2_TUMOR_ONLY, nextflow.io/runName: lcgp-mutect2-batch-1-6-0a0-20260529t184826z,
    nextflow.io/sessionId: uuid-e68a3de7-19c2-4046-851d-04e15d9e89d1, pltf/run-name: lcgp-mutect2-batch-1-6-0a0-20260529t184826z,
    pltf/run-component: task, nextflow.io/app: nextflow, nextflow.io/taskName: MUTECT2_TUMOR_ONLY_LS0888,
    pltf/run-id: dbb55866, pltf/run-engine: nextflow, pltf/run-creator: aschultz}
  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":"lcgp-mutect2-batch-1-6-0a0-20260529t184826z","run_id":"dbb55866","run_creator":"aschultz","run_component":"task","task_process":"MUTECT2_TUMOR_ONLY","task_name":"MUTECT2_TUMOR_ONLY
      (LS0888)"}', karpenter.sh/do-not-disrupt: 'true'}
  ownerReferences:
  - {apiVersion: v1, kind: Pod, name: lcgp-mutect2-batch-1-6-0a0-20260529t184826z-dbb55866-6wl2t,
    uid: c2435033-40db-469b-b46c-fa140403f087, controller: true, blockOwnerDeletion: true}
spec:
  backoffLimit: 0
  template:
    metadata:
      name: nf-4e2c2da3ac01d520247f96d35e321f20-048af
      namespace: nextflow
      labels: *id001
      annotations: *id002
    spec:
      restartPolicy: Never
      containers:
      - name: nextflow
        image: broadinstitute/gatk:4.5.0.0
        args: [/bin/bash, -o, pipefail, -c, 'trap "{ ret=$?; /opt/s5cmd/bin/s5cmd
            --log error cp .command.log s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/4e/2c2da3ac01d520247f96d35e321f20/.command.log||true;
            exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/4e/2c2da3ac01d520247f96d35e321f20/.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: 4, memory: 28672Mi, ephemeral-storage: 204800Mi}
          limits: {memory: 28672Mi, ephemeral-storage: 204800Mi}
        volumeMounts:
        - {name: vol-37, mountPath: /tmp}
        - {name: vol-38, mountPath: /app}
        - {name: vol-39, mountPath: /mnt/secrets}
        - {name: vol-40, 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}
      serviceAccountName: sa-nextflow
      securityContext: {runAsUser: 1000}
      tolerations:
      - {key: workload, operator: Equal, value: nextflow-task, effect: NoSchedule}
      volumes:
      - name: vol-37
        emptyDir: []
      - name: vol-38
        emptyDir: []
      - name: vol-39
        secret: {secretName: aws-secrets-manager}
      - name: vol-40
        hostPath: {path: /opt/s5cmd}
  ttlSecondsAfterFinished: 28800