File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/7a/4c50bad5401b18660e71be1c862a62/.command.sh
- Size
- 400 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
export OMP_NUM_THREADS=8
export OPENBLAS_NUM_THREADS=8
export MKL_NUM_THREADS=8
export XLA_FLAGS="--xla_cpu_multi_thread_eigen=false"
cnv_pipe model-single-cluster \
947 \
clustered_panel.csv \
counts_1.parquet \
sample_metrics_1.parquet \
ploidy_1.parquet \
./ \
--num-steps-svi 10 \
--num-steps-full-svi 10 \
--num-posterior-samples 5