File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/89/7e3f827696b3f77dc344c96e995243/.command.sh
Size
401 bytes
Attempt
#!/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 \
    1043 \
    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