apiVersion: batch/v1
kind: Job
metadata:
name: nf-c1fec775fe6f440dc6daebdb3bf0bd6f-200ee
namespace: nextflow
labels: &id001 {nextflow.io/processName: EMIT_ALPHA_FEATURES, nextflow.io/runName: adaptive-alpha-features-6a271c4a,
nextflow.io/sessionId: uuid-a54b2c59-966f-449b-8454-3b82082c1b61, pltf/run-name: adaptive-alpha-features-6a271c4a,
pltf/run-component: task, nextflow.io/app: nextflow, nextflow.io/taskName: EMIT_ALPHA_FEATURES_HG01513_x_HG01846_FF_5,
pltf/run-id: 91e98f6c, pltf/run-engine: nextflow, pltf/run-creator: tdouglas}
ownerReferences:
- {apiVersion: v1, kind: Pod, name: adaptive-alpha-features-6a271c4a-91e98f6c-pqfbt,
uid: be67d6cf-9b0f-409d-b42e-6338dccf7d7f, controller: true, blockOwnerDeletion: true}
spec:
backoffLimit: 0
template:
metadata:
name: nf-c1fec775fe6f440dc6daebdb3bf0bd6f-200ee
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/c1/fec775fe6f440dc6daebdb3bf0bd6f/.command.log||true;
exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/c1/fec775fe6f440dc6daebdb3bf0bd6f/.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: 8192Mi, ephemeral-storage: 61440Mi}
limits: {memory: 8192Mi, ephemeral-storage: 61440Mi}
volumeMounts:
- {name: vol-285, mountPath: /tmp}
- {name: vol-286, mountPath: /app}
- {name: vol-287, mountPath: /mnt/secrets}
- {name: vol-288, 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: 3600
volumes:
- name: vol-285
emptyDir: []
- name: vol-286
emptyDir: []
- name: vol-287
secret: {secretName: aws-secrets-manager}
- name: vol-288
hostPath: {path: /opt/s5cmd}
ttlSecondsAfterFinished: 28800