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