File Info

Filename
.command.yaml
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ea/45451d145d56ea2431e801f1d7be40/.command.yaml
Size
2.6 KB
Attempt
apiVersion: batch/v1
kind: Job
metadata:
  name: nf-ea45451d145d56ea2431e801f1d7be40-05a98
  namespace: nextflow
  labels: &id001 {nextflow.io/processName: EMIT_ALPHA_FEATURES, nextflow.io/runName: adaptive-alpha-features-6a271842,
    nextflow.io/sessionId: uuid-0342f4ea-a1c7-4508-81bd-5e5d95d19360, pltf/run-name: adaptive-alpha-features-6a271842,
    pltf/run-component: task, nextflow.io/app: nextflow, nextflow.io/taskName: EMIT_ALPHA_FEATURES_HG00741_x_HG01106_FF_5,
    pltf/run-id: 0e2d26c4, pltf/run-engine: nextflow, pltf/run-creator: tdouglas}
  ownerReferences:
  - {apiVersion: v1, kind: Pod, name: adaptive-alpha-features-6a271842-0e2d26c4-sml5l,
    uid: e6239f21-480b-4e32-85c9-7a2a63f69d9a, controller: true, blockOwnerDeletion: true}
spec:
  backoffLimit: 0
  template:
    metadata:
      name: nf-ea45451d145d56ea2431e801f1d7be40-05a98
      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/ea/45451d145d56ea2431e801f1d7be40/.command.log||true;
            exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ea/45451d145d56ea2431e801f1d7be40/.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: 2, memory: 12288Mi, ephemeral-storage: 10240Mi}
          limits: {memory: 12288Mi, ephemeral-storage: 10240Mi}
        volumeMounts:
        - {name: vol-281, mountPath: /tmp}
        - {name: vol-282, mountPath: /app}
        - {name: vol-283, mountPath: /mnt/secrets}
        - {name: vol-284, 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: 5400
      volumes:
      - name: vol-281
        emptyDir: []
      - name: vol-282
        emptyDir: []
      - name: vol-283
        secret: {secretName: aws-secrets-manager}
      - name: vol-284
        hostPath: {path: /opt/s5cmd}
  ttlSecondsAfterFinished: 28800