File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/19/a8fcf4141f17a892d8f472e82b55ef/.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 \
995 \
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