apiVersion: batch/v1
kind: Job
metadata:
name: nf-b84b3890dfcc70e1ff7a3e972a9e5aca-a7339
namespace: nextflow
labels: &id001 {nextflow.io/processName: NIPT_CALLING_CONCAT_VCFS, nextflow.io/runName: nipt-hg-1000x-allff-stutter-6a21ceda,
nextflow.io/sessionId: uuid-a598136c-9c50-4b9c-a176-8e0c24d92cc2, pltf/run-name: nipt-hg-1000x-allff-stutter-6a21ceda,
pltf/run-component: task, nextflow.io/app: nextflow, nextflow.io/taskName: NIPT_CALLING_CONCAT_VCFS_2026-0075_HG00733_HG00732_FF_5,
pltf/run-id: 1672ece5, pltf/run-engine: nextflow, pltf/run-creator: tdouglas}
ownerReferences:
- {apiVersion: v1, kind: Pod, name: nipt-hg-1000x-allff-stutter-6a21ceda-1672ece5-j4dlj,
uid: cfa261d9-d54d-42b6-b01e-b4b388c0dfdf, controller: true, blockOwnerDeletion: true}
spec:
backoffLimit: 0
template:
metadata:
name: nf-b84b3890dfcc70e1ff7a3e972a9e5aca-a7339
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/b8/4b3890dfcc70e1ff7a3e972a9e5aca/.command.log||true;
exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b8/4b3890dfcc70e1ff7a3e972a9e5aca/.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: 8192Mi, ephemeral-storage: 20480Mi}
limits: {memory: 8192Mi, ephemeral-storage: 20480Mi}
volumeMounts:
- {name: vol-1581, mountPath: /tmp}
- {name: vol-1582, mountPath: /app}
- {name: vol-1583, mountPath: /mnt/secrets}
- {name: vol-1584, mountPath: /opt/s5cmd}
nodeSelector: {karpenter.sh/capacity-type: spot}
serviceAccountName: sa-nextflow
securityContext: {runAsUser: 1000}
tolerations:
- {key: workload, operator: Equal, value: nextflow-task, effect: NoSchedule}
activeDeadlineSeconds: 3600
volumes:
- name: vol-1581
emptyDir: []
- name: vol-1582
emptyDir: []
- name: vol-1583
secret: {secretName: aws-secrets-manager}
- name: vol-1584
hostPath: {path: /opt/s5cmd}
ttlSecondsAfterFinished: 28800