Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

hartwigmedical/k8-flagstat

Repository files navigation

k8-flagstat

Functionality is covered by more recent more flexible tool: k8analysis.

Run sambamba flagstat in kubernetes

Note: k8-flagstat is not used in pipeline5. The results of k8-flagstat are not guaranteed to be identical to the flagstat created by pipeline5.

Running in Kubernetes

Need to have the right credentials and a cluster (only need this step once).

gcloud container clusters get-credentials rerun-cluster --region europe-west4 --project hmf-crunch>

Usage

Run ./k8-flagstat for a description of available commands and their usage.

Input and output paths need to be paths in GCP buckets.

Monitoring

kubectl get jobs | grep <your-job-name>
kubectl get pods | grep <your-job-name>
kubectl logs <your-pod-name>

About

Run sambamba flagstat in kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published