File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/3c/170e31b58d9b87ee1d44d996e03fac/.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 \
657 \
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